Html Css Color HEX #FD16D8 Hot Magenta

📋 copy color: '#FD16D8'

red 253 ◦ green 22 ◦ blue 216

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

Shades of Hot Magenta #FD16D8

Tints of Hot Magenta #FD16D8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.48%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 51.53%
G = 4.48%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD16D8 (or 0xFD16D8) is known color: Hot Magenta. HEX triplet: FD, 16 and D8. RGB value is (253,22,216). Sum of RGB (Red+Green+Blue) = 253+22+216=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD16D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD16D8 is #02E927. Grayscale: #707070. Windows color (decimal): -190760 or 14161661. OLE color: 14161661.

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

Color convert

RGB 253 22 216 -
CMYK 0 0.91 0.15 0.01
HSL 309.61º 0.98% 0.54% -
HSV(B) 309.61º 0.91% 0.99% -
XYZ 53.19 26.41 67.26 -
YUV 113.19 186.03 227.73 -
System Red Green Blue C M Y K H S L
Decimal 253 22 216 0 0.91 0.15 0.01 309.61 0.98 0.54
Hex FD 16 D8 0 5B F 1 136 62 36
Octal 375 26 330 0 133 17 1 466 142 66
Binary 11111101 10110 11011000 0 1011011 1111 1 100110110 1100010 110110

Color Harmonies of #FD16D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD16D8

Black with #FD16D8

Text Example


Text Example

White with #FD16D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD16D8; }

 p { color: rgb(253,22,216); }

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

background-color css

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

 a { background-color: rgb(253,22,216); }

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

border-color css

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

 span { border-color: rgb(253,22,216); }

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