Html Css Color HEX #FC14FA Magenta

📋 copy color: '#FC14FA'

red 252 ◦ green 20 ◦ blue 250

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

Shades of Magenta #FC14FA

Tints of Magenta #FC14FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 48.28%
G = 3.83%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC14FA (or 0xFC14FA) is known color: Magenta. HEX triplet: FC, 14 and FA. RGB value is (252,20,250). Sum of RGB (Red+Green+Blue) = 252+20+250=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 20 (8.20% from 255 or 3.83% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14FA is #03EB05. Grayscale: #727272. Windows color (decimal): -256774 or 16389372. OLE color: 16389372.

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

Color convert

RGB 252 20 250 -
CMYK 0 0.92 0.01 0.01
HSL 300.52º 0.97% 0.53% -
HSV(B) 300.52º 0.92% 0.99% -
XYZ 57.65 28.1 92.83 -
YUV 115.59 203.86 225.3 -
System Red Green Blue C M Y K H S L
Decimal 252 20 250 0 0.92 0.01 0.01 300.52 0.97 0.53
Hex FC 14 FA 0 5C 1 1 12D 61 35
Octal 374 24 372 0 134 1 1 455 141 65
Binary 11111100 10100 11111010 0 1011100 1 1 100101101 1100001 110101

Color Harmonies of #FC14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC14FA

Black with #FC14FA

Text Example


Text Example

White with #FC14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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