Html Css Color HEX #FC15EE Magenta

📋 copy color: '#FC15EE'

red 252 ◦ green 21 ◦ blue 238

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

Shades of Magenta #FC15EE

Tints of Magenta #FC15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.11%

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

R = 49.32%
G = 4.11%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC15EE (or 0xFC15EE) is known color: Magenta. HEX triplet: FC, 15 and EE. RGB value is (252,21,238). Sum of RGB (Red+Green+Blue) = 252+21+238=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 21 (8.59% from 255 or 4.11% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15EE is #03EA11. Grayscale: #727272. Windows color (decimal): -256530 or 15603196. OLE color: 15603196.

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

Color convert

RGB 252 21 238 -
CMYK 0 0.92 0.06 0.01
HSL 303.64º 0.97% 0.54% -
HSV(B) 303.64º 0.92% 0.99% -
XYZ 55.85 27.4 83.24 -
YUV 114.81 197.53 225.86 -
System Red Green Blue C M Y K H S L
Decimal 252 21 238 0 0.92 0.06 0.01 303.64 0.97 0.54
Hex FC 15 EE 0 5C 6 1 130 61 36
Octal 374 25 356 0 134 6 1 460 141 66
Binary 11111100 10101 11101110 0 1011100 110 1 100110000 1100001 110110

Color Harmonies of #FC15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15EE

Black with #FC15EE

Text Example


Text Example

White with #FC15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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