Html Css Color HEX #FC19EE Magenta

📋 copy color: '#FC19EE'

red 252 ◦ green 25 ◦ blue 238

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

Shades of Magenta #FC19EE

Tints of Magenta #FC19EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.85%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 48.93%
G = 4.85%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC19EE (or 0xFC19EE) is known color: Magenta. HEX triplet: FC, 19 and EE. RGB value is (252,25,238). Sum of RGB (Red+Green+Blue) = 252+25+238=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19EE is #03E611. Grayscale: #747474. Windows color (decimal): -255506 or 15604220. OLE color: 15604220.

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

Color convert

RGB 252 25 238 -
CMYK 0 0.90 0.06 0.01
HSL 303.7º 0.97% 0.54% -
HSV(B) 303.7º 0.9% 0.99% -
XYZ 55.93 27.56 83.26 -
YUV 117.16 196.21 224.18 -
System Red Green Blue C M Y K H S L
Decimal 252 25 238 0 0.90 0.06 0.01 303.7 0.97 0.54
Hex FC 19 EE 0 5A 6 1 130 61 36
Octal 374 31 356 0 132 6 1 460 141 66
Binary 11111100 11001 11101110 0 1011010 110 1 100110000 1100001 110110

Color Harmonies of #FC19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19EE

Black with #FC19EE

Text Example


Text Example

White with #FC19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19EE; }

 p { color: rgb(252,25,238); }

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

background-color css

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

 a { background-color: rgb(252,25,238); }

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

border-color css

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

 span { border-color: rgb(252,25,238); }

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