Html Css Color HEX #FD5DBA Hot Pink

📋 copy color: '#FD5DBA'

red 253 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #FD5DBA

Tints of Hot Pink #FD5DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 47.56%
G = 17.48%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD5DBA (or 0xFD5DBA) is known color: Hot Pink. HEX triplet: FD, 5D and BA. RGB value is (253,93,186). Sum of RGB (Red+Green+Blue) = 253+93+186=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DBA is #02A245. Grayscale: #979797. Windows color (decimal): -172614 or 12213757. OLE color: 12213757.

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

Color convert

RGB 253 93 186 -
CMYK 0 0.63 0.26 0.01
HSL 325.13º 0.98% 0.68% -
HSV(B) 325.13º 0.63% 0.99% -
XYZ 53.29 32.26 49.87 -
YUV 151.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 253 93 186 0 0.63 0.26 0.01 325.13 0.98 0.68
Hex FD 5D BA 0 3F 1A 1 145 62 44
Octal 375 135 272 0 77 32 1 505 142 104
Binary 11111101 1011101 10111010 0 111111 11010 1 101000101 1100010 1000100

Color Harmonies of #FD5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DBA

Black with #FD5DBA

Text Example


Text Example

White with #FD5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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