Html Css Color HEX #FB06E3 Hot Magenta

📋 copy color: '#FB06E3'

red 251 ◦ green 6 ◦ blue 227

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

Shades of Hot Magenta #FB06E3

Tints of Hot Magenta #FB06E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.9%

R = 51.86%
G = 1.24%
B = 46.9%

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

#FB06E3 (or 0xFB06E3) is known color: Hot Magenta. HEX triplet: FB, 06 and E3. RGB value is (251,6,227). Sum of RGB (Red+Green+Blue) = 251+6+227=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06E3 is #04F91C. Grayscale: #676767. Windows color (decimal): -325917 or 14878459. OLE color: 14878459.

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

Color convert

RGB 251 6 227 -
CMYK 0 0.98 0.10 0.02
HSL 305.88º 0.97% 0.5% -
HSV(B) 305.88º 0.98% 0.98% -
XYZ 53.71 26.19 74.9 -
YUV 104.45 197.17 232.53 -
System Red Green Blue C M Y K H S L
Decimal 251 6 227 0 0.98 0.10 0.02 305.88 0.97 0.5
Hex FB 6 E3 0 62 A 2 132 61 32
Octal 373 6 343 0 142 12 2 462 141 62
Binary 11111011 110 11100011 0 1100010 1010 10 100110010 1100001 110010

Color Harmonies of #FB06E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06E3

Black with #FB06E3

Text Example


Text Example

White with #FB06E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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