Shades of Hot Pink #FD6DB1
Tints of Hot Pink #FD6DB1
RGB
CMYK
RGB Variations
Color information
#FD6DB1 (or 0xFD6DB1) is known color: Hot Pink. HEX triplet: FD, 6D and B1. RGB value is (253,109,177). Sum of RGB (Red+Green+Blue) = 253+109+177=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6DB1 is #02924E. Grayscale: #9F9F9F. Windows color (decimal): -168527 or 11628029. OLE color: 11628029.
HSL color Cylindrical-coordinate representation of color #FD6DB1: hue angle of 331.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 177 | - |
CMYK | 0 | 0.57 | 0.30 | 0.01 |
HSL | 331.67º | 0.97% | 0.71% | - |
HSV(B) | 331.67º | 0.57% | 0.99% | - |
XYZ | 53.91 | 34.99 | 45.51 | - |
YUV | 159.81 | 137.71 | 194.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 177 | 0 | 0.57 | 0.30 | 0.01 | 331.67 | 0.97 | 0.71 |
Hex | FD | 6D | B1 | 0 | 39 | 1E | 1 | 14C | 61 | 47 |
Octal | 375 | 155 | 261 | 0 | 71 | 36 | 1 | 514 | 141 | 107 |
Binary | 11111101 | 1101101 | 10110001 | 0 | 111001 | 11110 | 1 | 101001100 | 1100001 | 1000111 |
Color Harmonies of #FD6DB1
Complementary color
Monochromatic Colors of #FD6DB1
Black with #FD6DB1
Text Example
Text Example
White with #FD6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DB1; }
p { color: rgb(253,109,177); }
H1.HeaderClassName
{
color: #FD6DB1;
}
.AnyTagClassName
{
color: #FD6DB1;
}
</style>
background-color css
<style>
a { background-color: #FD6DB1; }
a { background-color: rgb(253,109,177); }
div.DivClassName
{
background-color: #FD6DB1;
}
.BgClassName
{
background-color: #FD6DB1;
}
</style>
border-color css
<style>
span { border-color: #FD6DB1; }
span { border-color: rgb(253,109,177); }
td.TdClassName
{
border-color: #FD6DB1;
}
.TagClassName
{
border-color: #FD6DB1;
}
</style>