Html Css Color HEX #FD5DB3 Hot Pink

📋 copy color: '#FD5DB3'

red 253 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #FD5DB3

Tints of Hot Pink #FD5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 48.19%
G = 17.71%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD5DB3 (or 0xFD5DB3) is known color: Hot Pink. HEX triplet: FD, 5D and B3. RGB value is (253,93,179). Sum of RGB (Red+Green+Blue) = 253+93+179=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB3 is #02A24C. Grayscale: #969696. Windows color (decimal): -172621 or 11755005. OLE color: 11755005.

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

Color convert

RGB 253 93 179 -
CMYK 0 0.63 0.29 0.01
HSL 327.75º 0.98% 0.68% -
HSV(B) 327.75º 0.63% 0.99% -
XYZ 52.56 31.97 46.05 -
YUV 150.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 253 93 179 0 0.63 0.29 0.01 327.75 0.98 0.68
Hex FD 5D B3 0 3F 1D 1 148 62 44
Octal 375 135 263 0 77 35 1 510 142 104
Binary 11111101 1011101 10110011 0 111111 11101 1 101001000 1100010 1000100

Color Harmonies of #FD5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DB3

Black with #FD5DB3

Text Example


Text Example

White with #FD5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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