Html Css Color HEX #FC02E9 Magenta

📋 copy color: '#FC02E9'

red 252 ◦ green 2 ◦ blue 233

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

Shades of Magenta #FC02E9

Tints of Magenta #FC02E9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 51.75%
G = 0.41%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC02E9 (or 0xFC02E9) is known color: Magenta. HEX triplet: FC, 02 and E9. RGB value is (252,2,233). Sum of RGB (Red+Green+Blue) = 252+2+233=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02E9 is #03FD16. Grayscale: #666666. Windows color (decimal): -261399 or 15270652. OLE color: 15270652.

HSL color Cylindrical-coordinate representation of color #FC02E9: hue angle of 304.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02E9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 2 233 -
CMYK 0 0.99 0.08 0.01
HSL 304.56º 0.98% 0.5% -
HSV(B) 304.56º 0.99% 0.99% -
XYZ 54.87 26.62 79.34 -
YUV 103.08 201.33 234.22 -
System Red Green Blue C M Y K H S L
Decimal 252 2 233 0 0.99 0.08 0.01 304.56 0.98 0.5
Hex FC 2 E9 0 63 8 1 131 62 32
Octal 374 2 351 0 143 10 1 461 142 62
Binary 11111100 10 11101001 0 1100011 1000 1 100110001 1100010 110010

Color Harmonies of #FC02E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02E9

Black with #FC02E9

Text Example


Text Example

White with #FC02E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02E9; }

 p { color: rgb(252,2,233); }

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

background-color css

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

 a { background-color: rgb(252,2,233); }

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

border-color css

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

 span { border-color: rgb(252,2,233); }

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