Html Css Color HEX #FB06E2 Hot Magenta

📋 copy color: '#FB06E2'

red 251 ◦ green 6 ◦ blue 226

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

Shades of Hot Magenta #FB06E2

Tints of Hot Magenta #FB06E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.79%

R = 51.97%
G = 1.24%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB06E2 (or 0xFB06E2) is known color: Hot Magenta. HEX triplet: FB, 06 and E2. RGB value is (251,6,226). Sum of RGB (Red+Green+Blue) = 251+6+226=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06E2 is #04F91D. Grayscale: #676767. Windows color (decimal): -325918 or 14812923. OLE color: 14812923.

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

Color convert

RGB 251 6 226 -
CMYK 0 0.98 0.10 0.02
HSL 306.12º 0.97% 0.5% -
HSV(B) 306.12º 0.98% 0.98% -
XYZ 53.58 26.13 74.17 -
YUV 104.34 196.67 232.61 -
System Red Green Blue C M Y K H S L
Decimal 251 6 226 0 0.98 0.10 0.02 306.12 0.97 0.5
Hex FB 6 E2 0 62 A 2 132 61 32
Octal 373 6 342 0 142 12 2 462 141 62
Binary 11111011 110 11100010 0 1100010 1010 10 100110010 1100001 110010

Color Harmonies of #FB06E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06E2

Black with #FB06E2

Text Example


Text Example

White with #FB06E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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