Html Css Color HEX #FB04CB Hot Magenta

📋 copy color: '#FB04CB'

red 251 ◦ green 4 ◦ blue 203

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

Shades of Hot Magenta #FB04CB

Tints of Hot Magenta #FB04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 54.8%
G = 0.87%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB04CB (or 0xFB04CB) is known color: Hot Magenta. HEX triplet: FB, 04 and CB. RGB value is (251,4,203). Sum of RGB (Red+Green+Blue) = 251+4+203=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04CB is #04FB34. Grayscale: #636363. Windows color (decimal): -326453 or 13305083. OLE color: 13305083.

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

Color convert

RGB 251 4 203 -
CMYK 0 0.98 0.19 0.02
HSL 311.66º 0.97% 0.5% -
HSV(B) 311.66º 0.98% 0.98% -
XYZ 50.61 24.91 58.64 -
YUV 100.54 185.83 235.32 -
System Red Green Blue C M Y K H S L
Decimal 251 4 203 0 0.98 0.19 0.02 311.66 0.97 0.5
Hex FB 4 CB 0 62 13 2 138 61 32
Octal 373 4 313 0 142 23 2 470 141 62
Binary 11111011 100 11001011 0 1100010 10011 10 100111000 1100001 110010

Color Harmonies of #FB04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04CB

Black with #FB04CB

Text Example


Text Example

White with #FB04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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