Html Css Color HEX #FC18E5 Hot Magenta

📋 copy color: '#FC18E5'

red 252 ◦ green 24 ◦ blue 229

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

Shades of Hot Magenta #FC18E5

Tints of Hot Magenta #FC18E5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.75%

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

R = 49.9%
G = 4.75%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC18E5 (or 0xFC18E5) is known color: Hot Magenta. HEX triplet: FC, 18 and E5. RGB value is (252,24,229). Sum of RGB (Red+Green+Blue) = 252+24+229=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 24 (9.77% from 255 or 4.75% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18E5 is #03E71A. Grayscale: #727272. Windows color (decimal): -255771 or 15014140. OLE color: 15014140.

HSL color Cylindrical-coordinate representation of color #FC18E5: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18E5 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 229 -
CMYK 0 0.90 0.09 0.01
HSL 306.05º 0.97% 0.54% -
HSV(B) 306.05º 0.9% 0.99% -
XYZ 54.61 27.01 76.46 -
YUV 115.54 192.04 225.33 -
System Red Green Blue C M Y K H S L
Decimal 252 24 229 0 0.90 0.09 0.01 306.05 0.97 0.54
Hex FC 18 E5 0 5A 9 1 132 61 36
Octal 374 30 345 0 132 11 1 462 141 66
Binary 11111100 11000 11100101 0 1011010 1001 1 100110010 1100001 110110

Color Harmonies of #FC18E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18E5

Black with #FC18E5

Text Example


Text Example

White with #FC18E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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