#FB03C8

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

Shades of Hot Magenta #FB03C8

Tints of Hot Magenta #FB03C8

Color information

#FB03C8 (or 0xFB03C8) is unknown color: approx Hot Magenta. HEX triplet: FB, 03 and C8. RGB value is (251,3,200). Sum of RGB (Red+Green+Blue) = 251+3+200=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03C8 is #04FC37. Grayscale: #636363. Windows color (decimal): -326712 or 13108219. OLE color: 13108219.

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

Color convert

RGB2513200-
CMYK00.990.200.02
HSL312.34º97.64%49.8%-
HSV(B)312.34º98.8%98.43%-
XYZ50.2424.7456.77-
YUV99.61184.66235.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=55.29%
G=0.66%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251320000.990.200.02312.3497.6449.8
HexFB3C80631421386232
Octal3733310014324247014262
Binary1111101111110010000110001110100101001110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB03C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB03C8; }

 p { color: rgb(251,3,200); }

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

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

 a { background-color: rgb(251,3,200); }

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

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

 span { border-color: rgb(251,3,200); }

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