Html Css Color HEX #FC05F9 Magenta

📋 copy color: '#FC05F9'

red 252 ◦ green 5 ◦ blue 249

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

Shades of Magenta #FC05F9

Tints of Magenta #FC05F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

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

R = 49.8%
G = 0.99%
B = 49.21%

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

#FC05F9 (or 0xFC05F9) is known color: Magenta. HEX triplet: FC, 05 and F9. RGB value is (252,5,249). Sum of RGB (Red+Green+Blue) = 252+5+249=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 5 (2.34% from 255 or 0.99% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05F9 is #03FA06. Grayscale: #696969. Windows color (decimal): -260615 or 16319996. OLE color: 16319996.

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

Color convert

RGB 252 5 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.3 27.64 91.94 -
YUV 106.67 208.33 231.66 -
System Red Green Blue C M Y K H S L
Decimal 252 5 249 0 0.98 0.01 0.01 300.73 0.98 0.5
Hex FC 5 F9 0 62 1 1 12D 62 32
Octal 374 5 371 0 142 1 1 455 142 62
Binary 11111100 101 11111001 0 1100010 1 1 100101101 1100010 110010

Color Harmonies of #FC05F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05F9

Black with #FC05F9

Text Example


Text Example

White with #FC05F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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