#F35ABD

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

Shades of Hot Pink #F35ABD

Tints of Hot Pink #F35ABD

Color information

#F35ABD (or 0xF35ABD) is unknown color: approx Hot Pink. HEX triplet: F3, 5A and BD. RGB value is (243,90,189). Sum of RGB (Red+Green+Blue) = 243+90+189=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F35ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35ABD is #0CA542. Grayscale: #929292. Windows color (decimal): -828739 or 12409587. OLE color: 12409587.

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

Color convert

RGB24390189-
CMYK00.630.220.05
HSL321.18º86.44%65.29%-
HSV(B)321.18º62.96%95.29%-
XYZ49.830.0451.32-
YUV147.03151.69196.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.55%
GREEN value IS 90 (35.55% from 255) = 17.24%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=46.55%
G=17.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439018900.630.220.05321.1886.4465.29
HexF35ABD03F1651415641
Octal363132275077265501126101
Binary1111001110110101011110101111111011010110100000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35ABD; }

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

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

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

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

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

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

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

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