Html Css Color HEX #FC04FA Magenta

📋 copy color: '#FC04FA'

red 252 ◦ green 4 ◦ blue 250

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

Shades of Magenta #FC04FA

Tints of Magenta #FC04FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 49.8%
G = 0.79%
B = 49.41%

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

#FC04FA (or 0xFC04FA) is known color: Magenta. HEX triplet: FC, 04 and FA. RGB value is (252,4,250). Sum of RGB (Red+Green+Blue) = 252+4+250=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 4 (1.95% from 255 or 0.79% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04FA is #03FB05. Grayscale: #696969. Windows color (decimal): -260870 or 16385276. OLE color: 16385276.

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

Color convert

RGB 252 4 250 -
CMYK 0 0.98 0.01 0.01
HSL 300.48º 0.98% 0.5% -
HSV(B) 300.48º 0.98% 0.99% -
XYZ 57.44 27.68 92.76 -
YUV 106.2 209.16 232 -
System Red Green Blue C M Y K H S L
Decimal 252 4 250 0 0.98 0.01 0.01 300.48 0.98 0.5
Hex FC 4 FA 0 62 1 1 12C 62 32
Octal 374 4 372 0 142 1 1 454 142 62
Binary 11111100 100 11111010 0 1100010 1 1 100101100 1100010 110010

Color Harmonies of #FC04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04FA

Black with #FC04FA

Text Example


Text Example

White with #FC04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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