Html Css Color HEX #FD14ED Magenta

📋 copy color: '#FD14ED'

red 253 ◦ green 20 ◦ blue 237

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

Shades of Magenta #FD14ED

Tints of Magenta #FD14ED

RGB

 RED value IS 253 (99.22% from 255) = 49.61%

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

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

R = 49.61%
G = 3.92%
B = 46.47%

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

#FD14ED (or 0xFD14ED) is known color: Magenta. HEX triplet: FD, 14 and ED. RGB value is (253,20,237). Sum of RGB (Red+Green+Blue) = 253+20+237=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD14ED is #02EB12. Grayscale: #717171. Windows color (decimal): -191251 or 15537405. OLE color: 15537405.

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

Color convert

RGB 253 20 237 -
CMYK 0 0.92 0.06 0.01
HSL 304.12º 0.98% 0.54% -
HSV(B) 304.12º 0.92% 0.99% -
XYZ 56.04 27.5 82.47 -
YUV 114.41 197.19 226.86 -
System Red Green Blue C M Y K H S L
Decimal 253 20 237 0 0.92 0.06 0.01 304.12 0.98 0.54
Hex FD 14 ED 0 5C 6 1 130 62 36
Octal 375 24 355 0 134 6 1 460 142 66
Binary 11111101 10100 11101101 0 1011100 110 1 100110000 1100010 110110

Color Harmonies of #FD14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD14ED

Black with #FD14ED

Text Example


Text Example

White with #FD14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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