Html Css Color HEX #FB06D4 Hot Magenta

📋 copy color: '#FB06D4'

red 251 ◦ green 6 ◦ blue 212

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

Shades of Hot Magenta #FB06D4

Tints of Hot Magenta #FB06D4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 53.52%
G = 1.28%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB06D4 (or 0xFB06D4) is known color: Hot Magenta. HEX triplet: FB, 06 and D4. RGB value is (251,6,212). Sum of RGB (Red+Green+Blue) = 251+6+212=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06D4 is #04F92B. Grayscale: #666666. Windows color (decimal): -325932 or 13895419. OLE color: 13895419.

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

Color convert

RGB 251 6 212 -
CMYK 0 0.98 0.16 0.02
HSL 309.55º 0.97% 0.5% -
HSV(B) 309.55º 0.98% 0.98% -
XYZ 51.73 25.39 64.46 -
YUV 102.74 189.67 233.75 -
System Red Green Blue C M Y K H S L
Decimal 251 6 212 0 0.98 0.16 0.02 309.55 0.97 0.5
Hex FB 6 D4 0 62 10 2 136 61 32
Octal 373 6 324 0 142 20 2 466 141 62
Binary 11111011 110 11010100 0 1100010 10000 10 100110110 1100001 110010

Color Harmonies of #FB06D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06D4

Black with #FB06D4

Text Example


Text Example

White with #FB06D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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