Html Css Color HEX #FC04D7 Hot Magenta

📋 copy color: '#FC04D7'

red 252 ◦ green 4 ◦ blue 215

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

Shades of Hot Magenta #FC04D7

Tints of Hot Magenta #FC04D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 53.5%
G = 0.85%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC04D7 (or 0xFC04D7) is known color: Hot Magenta. HEX triplet: FC, 04 and D7. RGB value is (252,4,215). Sum of RGB (Red+Green+Blue) = 252+4+215=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04D7 is #03FB28. Grayscale: #656565. Windows color (decimal): -260905 or 14091516. OLE color: 14091516.

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

Color convert

RGB 252 4 215 -
CMYK 0 0.98 0.15 0.01
HSL 308.95º 0.98% 0.5% -
HSV(B) 308.95º 0.98% 0.99% -
XYZ 52.45 25.69 66.48 -
YUV 102.21 191.66 234.84 -
System Red Green Blue C M Y K H S L
Decimal 252 4 215 0 0.98 0.15 0.01 308.95 0.98 0.5
Hex FC 4 D7 0 62 F 1 135 62 32
Octal 374 4 327 0 142 17 1 465 142 62
Binary 11111100 100 11010111 0 1100010 1111 1 100110101 1100010 110010

Color Harmonies of #FC04D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04D7

Black with #FC04D7

Text Example


Text Example

White with #FC04D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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