Html Css Color HEX #FB04C6 Hot Magenta

📋 copy color: '#FB04C6'

red 251 ◦ green 4 ◦ blue 198

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

Shades of Hot Magenta #FB04C6

Tints of Hot Magenta #FB04C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 55.41%
G = 0.88%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB04C6 (or 0xFB04C6) is known color: Hot Magenta. HEX triplet: FB, 04 and C6. RGB value is (251,4,198). Sum of RGB (Red+Green+Blue) = 251+4+198=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04C6 is #04FB39. Grayscale: #636363. Windows color (decimal): -326458 or 12977403. OLE color: 12977403.

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

Color convert

RGB 251 4 198 -
CMYK 0 0.98 0.21 0.02
HSL 312.87º 0.97% 0.5% -
HSV(B) 312.87º 0.98% 0.98% -
XYZ 50.02 24.67 55.55 -
YUV 99.97 183.33 235.73 -
System Red Green Blue C M Y K H S L
Decimal 251 4 198 0 0.98 0.21 0.02 312.87 0.97 0.5
Hex FB 4 C6 0 62 15 2 139 61 32
Octal 373 4 306 0 142 25 2 471 141 62
Binary 11111011 100 11000110 0 1100010 10101 10 100111001 1100001 110010

Color Harmonies of #FB04C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04C6

Black with #FB04C6

Text Example


Text Example

White with #FB04C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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