Html Css Color HEX #FD5DB2 Hot Pink

📋 copy color: '#FD5DB2'

red 253 ◦ green 93 ◦ blue 178

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

Shades of Hot Pink #FD5DB2

Tints of Hot Pink #FD5DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 48.28%
G = 17.75%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD5DB2 (or 0xFD5DB2) is known color: Hot Pink. HEX triplet: FD, 5D and B2. RGB value is (253,93,178). Sum of RGB (Red+Green+Blue) = 253+93+178=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5DB2 is #02A24D. Grayscale: #969696. Windows color (decimal): -172622 or 11689469. OLE color: 11689469.

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

Color convert

RGB 253 93 178 -
CMYK 0 0.63 0.30 0.01
HSL 328.13º 0.98% 0.68% -
HSV(B) 328.13º 0.63% 0.99% -
XYZ 52.46 31.93 45.52 -
YUV 150.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 253 93 178 0 0.63 0.30 0.01 328.13 0.98 0.68
Hex FD 5D B2 0 3F 1E 1 148 62 44
Octal 375 135 262 0 77 36 1 510 142 104
Binary 11111101 1011101 10110010 0 111111 11110 1 101001000 1100010 1000100

Color Harmonies of #FD5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DB2

Black with #FD5DB2

Text Example


Text Example

White with #FD5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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