Html Css Color HEX #FC15FE Magenta

📋 copy color: '#FC15FE'

red 252 ◦ green 21 ◦ blue 254

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

Shades of Magenta #FC15FE

Tints of Magenta #FC15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 47.82%
G = 3.98%
B = 48.2%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC15FE (or 0xFC15FE) is known color: Magenta. HEX triplet: FC, 15 and FE. RGB value is (252,21,254). Sum of RGB (Red+Green+Blue) = 252+21+254=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 21 (8.59% from 255 or 3.98% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15FE is #03EA01. Grayscale: #737373. Windows color (decimal): -256514 or 16651772. OLE color: 16651772.

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

Color convert

RGB 252 21 254 -
CMYK 0.01 0.92 0 0.00
HSL 299.49º 0.99% 0.54% -
HSV(B) 299.49º 0.92% 1% -
XYZ 58.3 28.39 96.17 -
YUV 116.63 205.53 224.55 -
System Red Green Blue C M Y K H S L
Decimal 252 21 254 0.01 0.92 0 0.00 299.49 0.99 0.54
Hex FC 15 FE 1 5C 0 0 12B 63 36
Octal 374 25 376 1 134 0 0 453 143 66
Binary 11111100 10101 11111110 1 1011100 0 0 100101011 1100011 110110

Color Harmonies of #FC15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15FE

Black with #FC15FE

Text Example


Text Example

White with #FC15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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