#FB5EAF

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

Shades of Hot Pink #FB5EAF

Tints of Hot Pink #FB5EAF

Color information

#FB5EAF (or 0xFB5EAF) is unknown color: approx Hot Pink. HEX triplet: FB, 5E and AF. RGB value is (251,94,175). Sum of RGB (Red+Green+Blue) = 251+94+175=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5EAF is #04A150. Grayscale: #969696. Windows color (decimal): -303441 or 11493115. OLE color: 11493115.

HSL color Cylindrical-coordinate representation of color #FB5EAF: hue angle of 329.04º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EAF is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB25194175-
CMYK00.630.300.02
HSL329.04º95.15%67.65%-
HSV(B)329.04º62.55%98.43%-
XYZ51.5231.6143.94-
YUV150.18142.01199.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=48.27%
G=18.08%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519417500.630.300.02329.0495.1567.65
HexFB5EAF03F1E21495f44
Octal373136257077362511137104
Binary111110111011110101011110111111111101010100100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EAF; }

 p { color: rgb(251,94,175); }

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

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

 a { background-color: rgb(251,94,175); }

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

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

 span { border-color: rgb(251,94,175); }

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