#FB07C9

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

Shades of Hot Magenta #FB07C9

Tints of Hot Magenta #FB07C9

Color information

#FB07C9 (or 0xFB07C9) is unknown color: approx Hot Magenta. HEX triplet: FB, 07 and C9. RGB value is (251,7,201). Sum of RGB (Red+Green+Blue) = 251+7+201=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07C9 is #04F836. Grayscale: #656565. Windows color (decimal): -325687 or 13174779. OLE color: 13174779.

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

Color convert

RGB2517201-
CMYK00.970.200.02
HSL312.3º96.83%50.59%-
HSV(B)312.3º97.21%98.43%-
XYZ50.424.8857.4-
YUV102.07183.84234.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.68%
GREEN value IS 7 (3.12% from 255) = 1.53%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=54.68%
G=1.53%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251720100.970.200.02312.396.8350.59
HexFB7C90611421386133
Octal3737311014124247014163
Binary11111011111110010010110000110100101001110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB07C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB07C9; }

 p { color: rgb(251,7,201); }

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

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

 a { background-color: rgb(251,7,201); }

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

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

 span { border-color: rgb(251,7,201); }

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