Html Css Color HEX #FC04F9 Magenta

📋 copy color: '#FC04F9'

red 252 ◦ green 4 ◦ blue 249

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

Shades of Magenta #FC04F9

Tints of Magenta #FC04F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 49.9%
G = 0.79%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC04F9 (or 0xFC04F9) is known color: Magenta. HEX triplet: FC, 04 and F9. RGB value is (252,4,249). Sum of RGB (Red+Green+Blue) = 252+4+249=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 4 (1.95% from 255 or 0.79% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04F9 is #03FB06. Grayscale: #696969. Windows color (decimal): -260871 or 16319740. OLE color: 16319740.

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

Color convert

RGB 252 4 249 -
CMYK 0 0.98 0.01 0.01
HSL 300.73º 0.98% 0.5% -
HSV(B) 300.73º 0.98% 0.99% -
XYZ 57.29 27.62 91.93 -
YUV 106.08 208.66 232.08 -
System Red Green Blue C M Y K H S L
Decimal 252 4 249 0 0.98 0.01 0.01 300.73 0.98 0.5
Hex FC 4 F9 0 62 1 1 12D 62 32
Octal 374 4 371 0 142 1 1 455 142 62
Binary 11111100 100 11111001 0 1100010 1 1 100101101 1100010 110010

Color Harmonies of #FC04F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04F9

Black with #FC04F9

Text Example


Text Example

White with #FC04F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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