Html Css Color HEX #FC14FF Magenta

📋 copy color: '#FC14FF'

red 252 ◦ green 20 ◦ blue 255

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

Shades of Magenta #FC14FF

Tints of Magenta #FC14FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 47.82%
G = 3.8%
B = 48.39%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC14FF (or 0xFC14FF) is known color: Magenta. HEX triplet: FC, 14 and FF. RGB value is (252,20,255). Sum of RGB (Red+Green+Blue) = 252+20+255=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 20 (8.20% from 255 or 3.80% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14FF is #03EB00. Grayscale: #737373. Windows color (decimal): -256769 or 16717052. OLE color: 16717052.

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

Color convert

RGB 252 20 255 -
CMYK 0.01 0.92 0 0
HSL 299.23º 1% 0.54% -
HSV(B) 299.23º 0.92% 1% -
XYZ 58.45 28.42 97.01 -
YUV 116.16 206.36 224.89 -
System Red Green Blue C M Y K H S L
Decimal 252 20 255 0.01 0.92 0 0 299.23 1 0.54
Hex FC 14 FF 1 5C 0 0 12B 64 36
Octal 374 24 377 1 134 0 0 453 144 66
Binary 11111100 10100 11111111 1 1011100 0 0 100101011 1100100 110110

Color Harmonies of #FC14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC14FF

Black with #FC14FF

Text Example


Text Example

White with #FC14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC14FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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