Html Css Color HEX #FC15ED Magenta

📋 copy color: '#FC15ED'

red 252 ◦ green 21 ◦ blue 237

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

Shades of Magenta #FC15ED

Tints of Magenta #FC15ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 49.41%
G = 4.12%
B = 46.47%

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

#FC15ED (or 0xFC15ED) is known color: Magenta. HEX triplet: FC, 15 and ED. RGB value is (252,21,237). Sum of RGB (Red+Green+Blue) = 252+21+237=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15ED is #03EA12. Grayscale: #727272. Windows color (decimal): -256531 or 15537660. OLE color: 15537660.

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

Color convert

RGB 252 21 237 -
CMYK 0 0.92 0.06 0.01
HSL 303.9º 0.97% 0.54% -
HSV(B) 303.9º 0.92% 0.99% -
XYZ 55.7 27.35 82.46 -
YUV 114.69 197.03 225.94 -
System Red Green Blue C M Y K H S L
Decimal 252 21 237 0 0.92 0.06 0.01 303.9 0.97 0.54
Hex FC 15 ED 0 5C 6 1 130 61 36
Octal 374 25 355 0 134 6 1 460 141 66
Binary 11111100 10101 11101101 0 1011100 110 1 100110000 1100001 110110

Color Harmonies of #FC15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15ED

Black with #FC15ED

Text Example


Text Example

White with #FC15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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