Html Css Color HEX #FC15F1 Magenta

📋 copy color: '#FC15F1'

red 252 ◦ green 21 ◦ blue 241

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

Shades of Magenta #FC15F1

Tints of Magenta #FC15F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 49.03%
G = 4.09%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC15F1 (or 0xFC15F1) is known color: Magenta. HEX triplet: FC, 15 and F1. RGB value is (252,21,241). Sum of RGB (Red+Green+Blue) = 252+21+241=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC15F1 is #03EA0E. Grayscale: #727272. Windows color (decimal): -256527 or 15799804. OLE color: 15799804.

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

Color convert

RGB 252 21 241 -
CMYK 0 0.92 0.04 0.01
HSL 302.86º 0.97% 0.54% -
HSV(B) 302.86º 0.92% 0.99% -
XYZ 56.29 27.58 85.58 -
YUV 115.15 199.03 225.61 -
System Red Green Blue C M Y K H S L
Decimal 252 21 241 0 0.92 0.04 0.01 302.86 0.97 0.54
Hex FC 15 F1 0 5C 4 1 12F 61 36
Octal 374 25 361 0 134 4 1 457 141 66
Binary 11111100 10101 11110001 0 1011100 100 1 100101111 1100001 110110

Color Harmonies of #FC15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15F1

Black with #FC15F1

Text Example


Text Example

White with #FC15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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