Html Css Color HEX #FB06D1 Hot Magenta

📋 copy color: '#FB06D1'

red 251 ◦ green 6 ◦ blue 209

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

Shades of Hot Magenta #FB06D1

Tints of Hot Magenta #FB06D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 53.86%
G = 1.29%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB06D1 (or 0xFB06D1) is known color: Hot Magenta. HEX triplet: FB, 06 and D1. RGB value is (251,6,209). Sum of RGB (Red+Green+Blue) = 251+6+209=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06D1 is #04F92E. Grayscale: #656565. Windows color (decimal): -325935 or 13698811. OLE color: 13698811.

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

Color convert

RGB 251 6 209 -
CMYK 0 0.98 0.17 0.02
HSL 310.29º 0.97% 0.5% -
HSV(B) 310.29º 0.98% 0.98% -
XYZ 51.36 25.24 62.49 -
YUV 102.4 188.17 233.99 -
System Red Green Blue C M Y K H S L
Decimal 251 6 209 0 0.98 0.17 0.02 310.29 0.97 0.5
Hex FB 6 D1 0 62 11 2 136 61 32
Octal 373 6 321 0 142 21 2 466 141 62
Binary 11111011 110 11010001 0 1100010 10001 10 100110110 1100001 110010

Color Harmonies of #FB06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06D1

Black with #FB06D1

Text Example


Text Example

White with #FB06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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