Html Css Color HEX #FC02EE Magenta

📋 copy color: '#FC02EE'

red 252 ◦ green 2 ◦ blue 238

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

Shades of Magenta #FC02EE

Tints of Magenta #FC02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 51.22%
G = 0.41%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC02EE (or 0xFC02EE) is known color: Magenta. HEX triplet: FC, 02 and EE. RGB value is (252,2,238). Sum of RGB (Red+Green+Blue) = 252+2+238=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02EE is #03FD11. Grayscale: #666666. Windows color (decimal): -261394 or 15598332. OLE color: 15598332.

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

Color convert

RGB 252 2 238 -
CMYK 0 0.99 0.06 0.01
HSL 303.36º 0.98% 0.5% -
HSV(B) 303.36º 0.99% 0.99% -
XYZ 55.6 26.91 83.15 -
YUV 103.65 203.83 233.81 -
System Red Green Blue C M Y K H S L
Decimal 252 2 238 0 0.99 0.06 0.01 303.36 0.98 0.5
Hex FC 2 EE 0 63 6 1 12F 62 32
Octal 374 2 356 0 143 6 1 457 142 62
Binary 11111100 10 11101110 0 1100011 110 1 100101111 1100010 110010

Color Harmonies of #FC02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02EE

Black with #FC02EE

Text Example


Text Example

White with #FC02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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