Html Css Color HEX #FC15F0 Magenta

📋 copy color: '#FC15F0'

red 252 ◦ green 21 ◦ blue 240

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

Shades of Magenta #FC15F0

Tints of Magenta #FC15F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 49.12%
G = 4.09%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC15F0 (or 0xFC15F0) is known color: Magenta. HEX triplet: FC, 15 and F0. RGB value is (252,21,240). Sum of RGB (Red+Green+Blue) = 252+21+240=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 21 (8.59% from 255 or 4.09% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15F0 is #03EA0F. Grayscale: #727272. Windows color (decimal): -256528 or 15734268. OLE color: 15734268.

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

Color convert

RGB 252 21 240 -
CMYK 0 0.92 0.05 0.01
HSL 303.12º 0.97% 0.54% -
HSV(B) 303.12º 0.92% 0.99% -
XYZ 56.14 27.52 84.79 -
YUV 115.04 198.53 225.69 -
System Red Green Blue C M Y K H S L
Decimal 252 21 240 0 0.92 0.05 0.01 303.12 0.97 0.54
Hex FC 15 F0 0 5C 5 1 12F 61 36
Octal 374 25 360 0 134 5 1 457 141 66
Binary 11111100 10101 11110000 0 1011100 101 1 100101111 1100001 110110

Color Harmonies of #FC15F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15F0

Black with #FC15F0

Text Example


Text Example

White with #FC15F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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