Html Css Color HEX #FB04E5 Hot Magenta

📋 copy color: '#FB04E5'

red 251 ◦ green 4 ◦ blue 229

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

Shades of Hot Magenta #FB04E5

Tints of Hot Magenta #FB04E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 51.86%
G = 0.83%
B = 47.31%

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

#FB04E5 (or 0xFB04E5) is known color: Hot Magenta. HEX triplet: FB, 04 and E5. RGB value is (251,4,229). Sum of RGB (Red+Green+Blue) = 251+4+229=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04E5 is #04FB1A. Grayscale: #666666. Windows color (decimal): -326427 or 15009019. OLE color: 15009019.

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

Color convert

RGB 251 4 229 -
CMYK 0 0.98 0.09 0.02
HSL 305.34º 0.97% 0.5% -
HSV(B) 305.34º 0.98% 0.98% -
XYZ 53.97 26.25 76.35 -
YUV 103.5 198.83 233.2 -
System Red Green Blue C M Y K H S L
Decimal 251 4 229 0 0.98 0.09 0.02 305.34 0.97 0.5
Hex FB 4 E5 0 62 9 2 131 61 32
Octal 373 4 345 0 142 11 2 461 141 62
Binary 11111011 100 11100101 0 1100010 1001 10 100110001 1100001 110010

Color Harmonies of #FB04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04E5

Black with #FB04E5

Text Example


Text Example

White with #FB04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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