#FB06CA

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

Shades of Hot Magenta #FB06CA

Tints of Hot Magenta #FB06CA

Color information

#FB06CA (or 0xFB06CA) is unknown color: approx Hot Magenta. HEX triplet: FB, 06 and CA. RGB value is (251,6,202). Sum of RGB (Red+Green+Blue) = 251+6+202=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06CA is #04F935. Grayscale: #656565. Windows color (decimal): -325942 or 13240059. OLE color: 13240059.

HSL color Cylindrical-coordinate representation of color #FB06CA: hue angle of 312º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB06CA is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB2516202-
CMYK00.980.200.02
HSL312º96.84%50.39%-
HSV(B)312º97.61%98.43%-
XYZ50.5124.958.02-
YUV101.6184.67234.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.68%
GREEN value IS 6 (2.73% from 255) = 1.31%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=54.68%
G=1.31%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251620200.980.200.0231296.8450.39
HexFB6CA0621421386132
Octal3736312014224247014162
Binary11111011110110010100110001010100101001110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB06CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB06CA; }

 p { color: rgb(251,6,202); }

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

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

 a { background-color: rgb(251,6,202); }

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

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

 span { border-color: rgb(251,6,202); }

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