Shades of Hot Pink #FD6FB1
Tints of Hot Pink #FD6FB1
RGB
CMYK
RGB Variations
Color information
#FD6FB1 (or 0xFD6FB1) is known color: Hot Pink. HEX triplet: FD, 6F and B1. RGB value is (253,111,177). Sum of RGB (Red+Green+Blue) = 253+111+177=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6FB1 is #02904E. Grayscale: #A0A0A0. Windows color (decimal): -168015 or 11628541. OLE color: 11628541.
HSL color Cylindrical-coordinate representation of color #FD6FB1: hue angle of 332.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FB1 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 177 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.01 |
| HSL | 332.11º | 0.97% | 0.71% | - |
| HSV(B) | 332.11º | 0.56% | 0.99% | - |
| XYZ | 54.13 | 35.43 | 45.58 | - |
| YUV | 160.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 177 | 0 | 0.56 | 0.30 | 0.01 | 332.11 | 0.97 | 0.71 |
| Hex | FD | 6F | B1 | 0 | 38 | 1E | 1 | 14C | 61 | 47 |
| Octal | 375 | 157 | 261 | 0 | 70 | 36 | 1 | 514 | 141 | 107 |
| Binary | 11111101 | 1101111 | 10110001 | 0 | 111000 | 11110 | 1 | 101001100 | 1100001 | 1000111 |
Color Harmonies of #FD6FB1
Complementary color
Monochromatic Colors of #FD6FB1
Black with #FD6FB1
Text Example
Text Example
White with #FD6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FB1; }
p { color: rgb(253,111,177); }
H1.HeaderClassName
{
color: #FD6FB1;
}
.AnyTagClassName
{
color: #FD6FB1;
}
</style>
background-color css
<style>
a { background-color: #FD6FB1; }
a { background-color: rgb(253,111,177); }
div.DivClassName
{
background-color: #FD6FB1;
}
.BgClassName
{
background-color: #FD6FB1;
}
</style>
border-color css
<style>
span { border-color: #FD6FB1; }
span { border-color: rgb(253,111,177); }
td.TdClassName
{
border-color: #FD6FB1;
}
.TagClassName
{
border-color: #FD6FB1;
}
</style>