Html Css Color HEX #FC0FE5 Hot Magenta

📋 copy color: '#FC0FE5'

red 252 ◦ green 15 ◦ blue 229

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

Shades of Hot Magenta #FC0FE5

Tints of Hot Magenta #FC0FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 50.81%
G = 3.02%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC0FE5 (or 0xFC0FE5) is known color: Hot Magenta. HEX triplet: FC, 0F and E5. RGB value is (252,15,229). Sum of RGB (Red+Green+Blue) = 252+15+229=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FE5 is #03F01A. Grayscale: #6D6D6D. Windows color (decimal): -258075 or 15011836. OLE color: 15011836.

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

Color convert

RGB 252 15 229 -
CMYK 0 0.94 0.09 0.01
HSL 305.82º 0.98% 0.52% -
HSV(B) 305.82º 0.94% 0.99% -
XYZ 54.46 26.69 76.41 -
YUV 110.26 195.02 229.1 -
System Red Green Blue C M Y K H S L
Decimal 252 15 229 0 0.94 0.09 0.01 305.82 0.98 0.52
Hex FC F E5 0 5E 9 1 132 62 34
Octal 374 17 345 0 136 11 1 462 142 64
Binary 11111100 1111 11100101 0 1011110 1001 1 100110010 1100010 110100

Color Harmonies of #FC0FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FE5

Black with #FC0FE5

Text Example


Text Example

White with #FC0FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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