Html Css Color HEX #FD5DB7 Hot Pink

📋 copy color: '#FD5DB7'

red 253 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #FD5DB7

Tints of Hot Pink #FD5DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 47.83%
G = 17.58%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FD5DB7 (or 0xFD5DB7) is known color: Hot Pink. HEX triplet: FD, 5D and B7. RGB value is (253,93,183). Sum of RGB (Red+Green+Blue) = 253+93+183=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB7 is #02A248. Grayscale: #969696. Windows color (decimal): -172617 or 12017149. OLE color: 12017149.

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

Color convert

RGB 253 93 183 -
CMYK 0 0.63 0.28 0.01
HSL 326.25º 0.98% 0.68% -
HSV(B) 326.25º 0.63% 0.99% -
XYZ 52.97 32.13 48.21 -
YUV 151.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 253 93 183 0 0.63 0.28 0.01 326.25 0.98 0.68
Hex FD 5D B7 0 3F 1C 1 146 62 44
Octal 375 135 267 0 77 34 1 506 142 104
Binary 11111101 1011101 10110111 0 111111 11100 1 101000110 1100010 1000100

Color Harmonies of #FD5DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DB7

Black with #FD5DB7

Text Example


Text Example

White with #FD5DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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