Html Css Color HEX #FC0CEE Magenta

📋 copy color: '#FC0CEE'

red 252 ◦ green 12 ◦ blue 238

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

Shades of Magenta #FC0CEE

Tints of Magenta #FC0CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.39%

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

R = 50.2%
G = 2.39%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC0CEE (or 0xFC0CEE) is known color: Magenta. HEX triplet: FC, 0C and EE. RGB value is (252,12,238). Sum of RGB (Red+Green+Blue) = 252+12+238=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CEE is #03F311. Grayscale: #6C6C6C. Windows color (decimal): -258834 or 15600892. OLE color: 15600892.

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

Color convert

RGB 252 12 238 -
CMYK 0 0.95 0.06 0.01
HSL 303.5º 0.98% 0.52% -
HSV(B) 303.5º 0.95% 0.99% -
XYZ 55.71 27.13 83.19 -
YUV 109.52 200.51 229.62 -
System Red Green Blue C M Y K H S L
Decimal 252 12 238 0 0.95 0.06 0.01 303.5 0.98 0.52
Hex FC C EE 0 5F 6 1 130 62 34
Octal 374 14 356 0 137 6 1 460 142 64
Binary 11111100 1100 11101110 0 1011111 110 1 100110000 1100010 110100

Color Harmonies of #FC0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CEE

Black with #FC0CEE

Text Example


Text Example

White with #FC0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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