Html Css Color HEX #FB04E4 Hot Magenta

📋 copy color: '#FB04E4'

red 251 ◦ green 4 ◦ blue 228

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

Shades of Hot Magenta #FB04E4

Tints of Hot Magenta #FB04E4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 51.97%
G = 0.83%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB04E4 (or 0xFB04E4) is known color: Hot Magenta. HEX triplet: FB, 04 and E4. RGB value is (251,4,228). Sum of RGB (Red+Green+Blue) = 251+4+228=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04E4 is #04FB1B. Grayscale: #666666. Windows color (decimal): -326428 or 14943483. OLE color: 14943483.

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

Color convert

RGB 251 4 228 -
CMYK 0 0.98 0.09 0.02
HSL 305.59º 0.97% 0.5% -
HSV(B) 305.59º 0.98% 0.98% -
XYZ 53.83 26.2 75.62 -
YUV 103.39 198.33 233.29 -
System Red Green Blue C M Y K H S L
Decimal 251 4 228 0 0.98 0.09 0.02 305.59 0.97 0.5
Hex FB 4 E4 0 62 9 2 132 61 32
Octal 373 4 344 0 142 11 2 462 141 62
Binary 11111011 100 11100100 0 1100010 1001 10 100110010 1100001 110010

Color Harmonies of #FB04E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04E4

Black with #FB04E4

Text Example


Text Example

White with #FB04E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04E4; }

 p { color: rgb(251,4,228); }

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

background-color css

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

 a { background-color: rgb(251,4,228); }

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

border-color css

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

 span { border-color: rgb(251,4,228); }

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