Html Css Color HEX #FC0FE2 Hot Magenta

📋 copy color: '#FC0FE2'

red 252 ◦ green 15 ◦ blue 226

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

Shades of Hot Magenta #FC0FE2

Tints of Hot Magenta #FC0FE2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.04%

 BLUE value IS 226 (88.67% from 255) = 45.84%

R = 51.12%
G = 3.04%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC0FE2 (or 0xFC0FE2) is known color: Hot Magenta. HEX triplet: FC, 0F and E2. RGB value is (252,15,226). Sum of RGB (Red+Green+Blue) = 252+15+226=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FE2 is #03F01D. Grayscale: #6D6D6D. Windows color (decimal): -258078 or 14815228. OLE color: 14815228.

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

Color convert

RGB 252 15 226 -
CMYK 0 0.94 0.10 0.01
HSL 306.58º 0.98% 0.52% -
HSV(B) 306.58º 0.94% 0.99% -
XYZ 54.04 26.53 74.22 -
YUV 109.92 193.52 229.34 -
System Red Green Blue C M Y K H S L
Decimal 252 15 226 0 0.94 0.10 0.01 306.58 0.98 0.52
Hex FC F E2 0 5E A 1 133 62 34
Octal 374 17 342 0 136 12 1 463 142 64
Binary 11111100 1111 11100010 0 1011110 1010 1 100110011 1100010 110100

Color Harmonies of #FC0FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FE2

Black with #FC0FE2

Text Example


Text Example

White with #FC0FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FE2; }

 p { color: rgb(252,15,226); }

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

background-color css

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

 a { background-color: rgb(252,15,226); }

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

border-color css

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

 span { border-color: rgb(252,15,226); }

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