Html Css Color HEX #FC15F8 Magenta

📋 copy color: '#FC15F8'

red 252 ◦ green 21 ◦ blue 248

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

Shades of Magenta #FC15F8

Tints of Magenta #FC15F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 48.37%
G = 4.03%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC15F8 (or 0xFC15F8) is known color: Magenta. HEX triplet: FC, 15 and F8. RGB value is (252,21,248). Sum of RGB (Red+Green+Blue) = 252+21+248=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 21 (8.59% from 255 or 4.03% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15F8 is #03EA07. Grayscale: #737373. Windows color (decimal): -256520 or 16258556. OLE color: 16258556.

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

Color convert

RGB 252 21 248 -
CMYK 0 0.92 0.02 0.01
HSL 301.04º 0.97% 0.54% -
HSV(B) 301.04º 0.92% 0.99% -
XYZ 57.36 28.01 91.19 -
YUV 115.95 202.53 225.04 -
System Red Green Blue C M Y K H S L
Decimal 252 21 248 0 0.92 0.02 0.01 301.04 0.97 0.54
Hex FC 15 F8 0 5C 2 1 12D 61 36
Octal 374 25 370 0 134 2 1 455 141 66
Binary 11111100 10101 11111000 0 1011100 10 1 100101101 1100001 110110

Color Harmonies of #FC15F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15F8

Black with #FC15F8

Text Example


Text Example

White with #FC15F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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