#F350BE

Color #F350BE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F350BE

Tints of Hot Pink #F350BE

Color information

#F350BE (or 0xF350BE) is unknown color: approx Hot Pink. HEX triplet: F3, 50 and BE. RGB value is (243,80,190). Sum of RGB (Red+Green+Blue) = 243+80+190=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F350BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350BE is #0CAF41. Grayscale: #8D8D8D. Windows color (decimal): -831298 or 12472563. OLE color: 12472563.

HSL color Cylindrical-coordinate representation of color #F350BE: hue angle of 319.51º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350BE is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24380190-
CMYK00.670.220.05
HSL319.51º87.17%63.33%-
HSV(B)319.51º67.08%95.29%-
XYZ49.1328.5151.63-
YUV141.28155.5200.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 80 (31.64% from 255) = 15.59%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=47.37%
G=15.59%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438019000.670.220.05319.5187.1763.33
HexF350BE043165140573f
Octal363120276010326550012777
Binary1111001110100001011111001000011101101011010000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F350BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F350BE; }

 p { color: rgb(243,80,190); }

 H1.HeaderClassName
 {
   color: #F350BE;
 }
 .AnyTagClassName
 {
   color: #F350BE;
 }
</style>
background-color css

<style>
 a { background-color: #F350BE; }

 a { background-color: rgb(243,80,190); }

 div.DivClassName
 {
   background-color: #F350BE;
 }
 .BgClassName
 {
   background-color: #F350BE;
 }
</style>
border-color css

<style>
 span { border-color: #F350BE; }

 span { border-color: rgb(243,80,190); }

 td.TdClassName
 {
   border-color: #F350BE;
 }
 .TagClassName
 {
   border-color: #F350BE;
 }
</style>