Html Css Color HEX #FC0CE9 Magenta

📋 copy color: '#FC0CE9'

red 252 ◦ green 12 ◦ blue 233

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

Shades of Magenta #FC0CE9

Tints of Magenta #FC0CE9

RGB

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

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

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

R = 50.7%
G = 2.41%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC0CE9 (or 0xFC0CE9) is known color: Magenta. HEX triplet: FC, 0C and E9. RGB value is (252,12,233). Sum of RGB (Red+Green+Blue) = 252+12+233=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CE9 is #03F316. Grayscale: #6C6C6C. Windows color (decimal): -258839 or 15273212. OLE color: 15273212.

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

Color convert

RGB 252 12 233 -
CMYK 0 0.95 0.08 0.01
HSL 304.75º 0.98% 0.52% -
HSV(B) 304.75º 0.95% 0.99% -
XYZ 54.98 26.84 79.37 -
YUV 108.95 198.01 230.03 -
System Red Green Blue C M Y K H S L
Decimal 252 12 233 0 0.95 0.08 0.01 304.75 0.98 0.52
Hex FC C E9 0 5F 8 1 131 62 34
Octal 374 14 351 0 137 10 1 461 142 64
Binary 11111100 1100 11101001 0 1011111 1000 1 100110001 1100010 110100

Color Harmonies of #FC0CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CE9

Black with #FC0CE9

Text Example


Text Example

White with #FC0CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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