Html Css Color HEX #FC02E7 Magenta

📋 copy color: '#FC02E7'

red 252 ◦ green 2 ◦ blue 231

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

Shades of Magenta #FC02E7

Tints of Magenta #FC02E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 51.96%
G = 0.41%
B = 47.63%

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

#FC02E7 (or 0xFC02E7) is known color: Magenta. HEX triplet: FC, 02 and E7. RGB value is (252,2,231). Sum of RGB (Red+Green+Blue) = 252+2+231=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02E7 is #03FD18. Grayscale: #666666. Windows color (decimal): -261401 or 15139580. OLE color: 15139580.

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

Color convert

RGB 252 2 231 -
CMYK 0 0.99 0.08 0.01
HSL 305.04º 0.98% 0.5% -
HSV(B) 305.04º 0.99% 0.99% -
XYZ 54.59 26.51 77.84 -
YUV 102.86 200.33 234.38 -
System Red Green Blue C M Y K H S L
Decimal 252 2 231 0 0.99 0.08 0.01 305.04 0.98 0.5
Hex FC 2 E7 0 63 8 1 131 62 32
Octal 374 2 347 0 143 10 1 461 142 62
Binary 11111100 10 11100111 0 1100011 1000 1 100110001 1100010 110010

Color Harmonies of #FC02E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02E7

Black with #FC02E7

Text Example


Text Example

White with #FC02E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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