#F35AB5

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

Shades of Hot Pink #F35AB5

Tints of Hot Pink #F35AB5

Color information

#F35AB5 (or 0xF35AB5) is unknown color: approx Hot Pink. HEX triplet: F3, 5A and B5. RGB value is (243,90,181). Sum of RGB (Red+Green+Blue) = 243+90+181=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35AB5 is #0CA54A. Grayscale: #919191. Windows color (decimal): -828747 or 11885299. OLE color: 11885299.

HSL color Cylindrical-coordinate representation of color #F35AB5: hue angle of 324.31º 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 #F35AB5 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24390181-
CMYK00.630.260.05
HSL324.31º86.44%65.29%-
HSV(B)324.31º62.96%95.29%-
XYZ48.9629.746.87-
YUV146.12147.69197.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=47.28%
G=17.51%
B=35.21%

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
Decimal2439018100.630.260.05324.3186.4465.29
HexF35AB503F1A51445641
Octal363132265077325504126101
Binary1111001110110101011010101111111101010110100010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35AB5; }

 p { color: rgb(243,90,181); }

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

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

 a { background-color: rgb(243,90,181); }

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

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

 span { border-color: rgb(243,90,181); }

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