Html Css Color HEX #FC14ED Magenta

📋 copy color: '#FC14ED'

red 252 ◦ green 20 ◦ blue 237

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

Shades of Magenta #FC14ED

Tints of Magenta #FC14ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 49.51%
G = 3.93%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC14ED (or 0xFC14ED) is known color: Magenta. HEX triplet: FC, 14 and ED. RGB value is (252,20,237). Sum of RGB (Red+Green+Blue) = 252+20+237=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC14ED is #03EB12. Grayscale: #717171. Windows color (decimal): -256787 or 15537404. OLE color: 15537404.

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

Color convert

RGB 252 20 237 -
CMYK 0 0.92 0.06 0.01
HSL 303.88º 0.97% 0.53% -
HSV(B) 303.88º 0.92% 0.99% -
XYZ 55.68 27.31 82.46 -
YUV 114.11 197.36 226.36 -
System Red Green Blue C M Y K H S L
Decimal 252 20 237 0 0.92 0.06 0.01 303.88 0.97 0.53
Hex FC 14 ED 0 5C 6 1 130 61 35
Octal 374 24 355 0 134 6 1 460 141 65
Binary 11111100 10100 11101101 0 1011100 110 1 100110000 1100001 110101

Color Harmonies of #FC14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC14ED

Black with #FC14ED

Text Example


Text Example

White with #FC14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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