Html Css Color HEX #FC0CE0 Hot Magenta

📋 copy color: '#FC0CE0'

red 252 ◦ green 12 ◦ blue 224

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

Shades of Hot Magenta #FC0CE0

Tints of Hot Magenta #FC0CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 51.64%
G = 2.46%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC0CE0 (or 0xFC0CE0) is known color: Hot Magenta. HEX triplet: FC, 0C and E0. RGB value is (252,12,224). Sum of RGB (Red+Green+Blue) = 252+12+224=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CE0 is #03F31F. Grayscale: #6B6B6B. Windows color (decimal): -258848 or 14683388. OLE color: 14683388.

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

Color convert

RGB 252 12 224 -
CMYK 0 0.95 0.11 0.01
HSL 307º 0.98% 0.52% -
HSV(B) 307º 0.95% 0.99% -
XYZ 53.73 26.34 72.77 -
YUV 107.93 193.51 230.76 -
System Red Green Blue C M Y K H S L
Decimal 252 12 224 0 0.95 0.11 0.01 307 0.98 0.52
Hex FC C E0 0 5F B 1 133 62 34
Octal 374 14 340 0 137 13 1 463 142 64
Binary 11111100 1100 11100000 0 1011111 1011 1 100110011 1100010 110100

Color Harmonies of #FC0CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CE0

Black with #FC0CE0

Text Example


Text Example

White with #FC0CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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