Html Css Color HEX #FC04CB Hot Magenta

📋 copy color: '#FC04CB'

red 252 ◦ green 4 ◦ blue 203

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

Shades of Hot Magenta #FC04CB

Tints of Hot Magenta #FC04CB

RGB

 RED value IS 252 (98.83% from 255) = 54.9%

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

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

R = 54.9%
G = 0.87%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC04CB (or 0xFC04CB) is known color: Hot Magenta. HEX triplet: FC, 04 and CB. RGB value is (252,4,203). Sum of RGB (Red+Green+Blue) = 252+4+203=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04CB is #03FB34. Grayscale: #646464. Windows color (decimal): -260917 or 13305084. OLE color: 13305084.

HSL color Cylindrical-coordinate representation of color #FC04CB: hue angle of 311.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04CB is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 203 -
CMYK 0 0.98 0.19 0.01
HSL 311.85º 0.98% 0.5% -
HSV(B) 311.85º 0.98% 0.99% -
XYZ 50.97 25.09 58.66 -
YUV 100.84 185.66 235.82 -
System Red Green Blue C M Y K H S L
Decimal 252 4 203 0 0.98 0.19 0.01 311.85 0.98 0.5
Hex FC 4 CB 0 62 13 1 138 62 32
Octal 374 4 313 0 142 23 1 470 142 62
Binary 11111100 100 11001011 0 1100010 10011 1 100111000 1100010 110010

Color Harmonies of #FC04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04CB

Black with #FC04CB

Text Example


Text Example

White with #FC04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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