Html Css Color HEX #FC04DF Hot Magenta

📋 copy color: '#FC04DF'

red 252 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #FC04DF

Tints of Hot Magenta #FC04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 52.61%
G = 0.84%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC04DF (or 0xFC04DF) is known color: Hot Magenta. HEX triplet: FC, 04 and DF. RGB value is (252,4,223). Sum of RGB (Red+Green+Blue) = 252+4+223=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 4 (1.95% from 255 or 0.84% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04DF is #03FB20. Grayscale: #666666. Windows color (decimal): -260897 or 14615804. OLE color: 14615804.

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

Color convert

RGB 252 4 223 -
CMYK 0 0.98 0.12 0.01
HSL 307.02º 0.98% 0.5% -
HSV(B) 307.02º 0.98% 0.99% -
XYZ 53.51 26.11 72.03 -
YUV 103.12 195.66 234.19 -
System Red Green Blue C M Y K H S L
Decimal 252 4 223 0 0.98 0.12 0.01 307.02 0.98 0.5
Hex FC 4 DF 0 62 C 1 133 62 32
Octal 374 4 337 0 142 14 1 463 142 62
Binary 11111100 100 11011111 0 1100010 1100 1 100110011 1100010 110010

Color Harmonies of #FC04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04DF

Black with #FC04DF

Text Example


Text Example

White with #FC04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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