Html Css Color HEX #FD5DB9 Hot Pink

📋 copy color: '#FD5DB9'

red 253 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #FD5DB9

Tints of Hot Pink #FD5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 47.65%
G = 17.51%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD5DB9 (or 0xFD5DB9) is known color: Hot Pink. HEX triplet: FD, 5D and B9. RGB value is (253,93,185). Sum of RGB (Red+Green+Blue) = 253+93+185=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB9 is #02A246. Grayscale: #979797. Windows color (decimal): -172615 or 12148221. OLE color: 12148221.

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

Color convert

RGB 253 93 185 -
CMYK 0 0.63 0.27 0.01
HSL 325.5º 0.98% 0.68% -
HSV(B) 325.5º 0.63% 0.99% -
XYZ 53.18 32.21 49.31 -
YUV 151.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 253 93 185 0 0.63 0.27 0.01 325.5 0.98 0.68
Hex FD 5D B9 0 3F 1B 1 146 62 44
Octal 375 135 271 0 77 33 1 506 142 104
Binary 11111101 1011101 10111001 0 111111 11011 1 101000110 1100010 1000100

Color Harmonies of #FD5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DB9

Black with #FD5DB9

Text Example


Text Example

White with #FD5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DB9; }

 p { color: rgb(253,93,185); }

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

background-color css

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

 a { background-color: rgb(253,93,185); }

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

border-color css

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

 span { border-color: rgb(253,93,185); }

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