Html Css Color HEX #FC14F0 Magenta

📋 copy color: '#FC14F0'

red 252 ◦ green 20 ◦ blue 240

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

Shades of Magenta #FC14F0

Tints of Magenta #FC14F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.91%

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

R = 49.22%
G = 3.91%
B = 46.88%

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

#FC14F0 (or 0xFC14F0) is known color: Magenta. HEX triplet: FC, 14 and F0. RGB value is (252,20,240). Sum of RGB (Red+Green+Blue) = 252+20+240=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14F0 is #03EB0F. Grayscale: #717171. Windows color (decimal): -256784 or 15734012. OLE color: 15734012.

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

Color convert

RGB 252 20 240 -
CMYK 0 0.92 0.05 0.01
HSL 303.1º 0.97% 0.53% -
HSV(B) 303.1º 0.92% 0.99% -
XYZ 56.12 27.49 84.79 -
YUV 114.45 198.86 226.11 -
System Red Green Blue C M Y K H S L
Decimal 252 20 240 0 0.92 0.05 0.01 303.1 0.97 0.53
Hex FC 14 F0 0 5C 5 1 12F 61 35
Octal 374 24 360 0 134 5 1 457 141 65
Binary 11111100 10100 11110000 0 1011100 101 1 100101111 1100001 110101

Color Harmonies of #FC14F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC14F0

Black with #FC14F0

Text Example


Text Example

White with #FC14F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC14F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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