#F35BB4

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

Shades of Hot Pink #F35BB4

Tints of Hot Pink #F35BB4

Color information

#F35BB4 (or 0xF35BB4) is unknown color: approx Hot Pink. HEX triplet: F3, 5B and B4. RGB value is (243,91,180). Sum of RGB (Red+Green+Blue) = 243+91+180=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F35BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35BB4 is #0CA44B. Grayscale: #929292. Windows color (decimal): -828492 or 11820019. OLE color: 11820019.

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

Color convert

RGB24391180-
CMYK00.630.260.05
HSL324.87º86.36%65.49%-
HSV(B)324.87º62.55%95.29%-
XYZ48.9429.8346.36-
YUV146.59146.86196.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 91 (35.94% from 255) = 17.70%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=47.28%
G=17.70%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439118000.630.260.05324.8786.3665.49
HexF35BB403F1A51455641
Octal363133264077325505126101
Binary1111001110110111011010001111111101010110100010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35BB4; }

 p { color: rgb(243,91,180); }

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

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

 a { background-color: rgb(243,91,180); }

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

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

 span { border-color: rgb(243,91,180); }

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