Html Css Color HEX #FB02D9 Hot Magenta

📋 copy color: '#FB02D9'

red 251 ◦ green 2 ◦ blue 217

#FB02D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #FB02D9

Tints of Hot Magenta #FB02D9

RGB

 RED value IS 251 (98.44% from 255) = 53.4%

 GREEN value IS 2 (1.17% from 255) = 0.43%

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 53.4%
G = 0.43%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB02D9 (or 0xFB02D9) is known color: Hot Magenta. HEX triplet: FB, 02 and D9. RGB value is (251,2,217). Sum of RGB (Red+Green+Blue) = 251+2+217=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02D9 is #04FD26. Grayscale: #646464. Windows color (decimal): -326951 or 14222075. OLE color: 14222075.

HSL color Cylindrical-coordinate representation of color #FB02D9: hue angle of 308.19º 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 #FB02D9 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 2 217 -
CMYK 0 0.99 0.14 0.02
HSL 308.19º 0.98% 0.5% -
HSV(B) 308.19º 0.99% 0.98% -
XYZ 52.33 25.56 67.82 -
YUV 100.96 193.49 235.02 -
System Red Green Blue C M Y K H S L
Decimal 251 2 217 0 0.99 0.14 0.02 308.19 0.98 0.5
Hex FB 2 D9 0 63 E 2 134 62 32
Octal 373 2 331 0 143 16 2 464 142 62
Binary 11111011 10 11011001 0 1100011 1110 10 100110100 1100010 110010

Color Harmonies of #FB02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB02D9

Black with #FB02D9

Text Example


Text Example

White with #FB02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB02D9; }

 p { color: rgb(251,2,217); }

 H1.HeaderClassName
 {
   color: #FB02D9;
 }
 .AnyTagClassName
 {
   color: #FB02D9;
 }
</style>

background-color css

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

 a { background-color: rgb(251,2,217); }

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

border-color css

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

 span { border-color: rgb(251,2,217); }

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