Shades of Hot Pink #FD68B8
Tints of Hot Pink #FD68B8
RGB
CMYK
RGB Variations
Color information
#FD68B8 (or 0xFD68B8) is known color: Hot Pink. HEX triplet: FD, 68 and B8. RGB value is (253,104,184). Sum of RGB (Red+Green+Blue) = 253+104+184=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68B8 is #029747. Grayscale: #9D9D9D. Windows color (decimal): -169800 or 12085501. OLE color: 12085501.
HSL color Cylindrical-coordinate representation of color #FD68B8: hue angle of 327.79º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68B8 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 184 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.01 |
| HSL | 327.79º | 0.97% | 0.7% | - |
| HSV(B) | 327.79º | 0.59% | 0.99% | - |
| XYZ | 54.11 | 34.24 | 49.11 | - |
| YUV | 157.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 184 | 0 | 0.59 | 0.27 | 0.01 | 327.79 | 0.97 | 0.7 |
| Hex | FD | 68 | B8 | 0 | 3B | 1B | 1 | 148 | 61 | 46 |
| Octal | 375 | 150 | 270 | 0 | 73 | 33 | 1 | 510 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10111000 | 0 | 111011 | 11011 | 1 | 101001000 | 1100001 | 1000110 |
Color Harmonies of #FD68B8
Complementary color
Monochromatic Colors of #FD68B8
Black with #FD68B8
Text Example
Text Example
White with #FD68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68B8; }
p { color: rgb(253,104,184); }
H1.HeaderClassName
{
color: #FD68B8;
}
.AnyTagClassName
{
color: #FD68B8;
}
</style>
background-color css
<style>
a { background-color: #FD68B8; }
a { background-color: rgb(253,104,184); }
div.DivClassName
{
background-color: #FD68B8;
}
.BgClassName
{
background-color: #FD68B8;
}
</style>
border-color css
<style>
span { border-color: #FD68B8; }
span { border-color: rgb(253,104,184); }
td.TdClassName
{
border-color: #FD68B8;
}
.TagClassName
{
border-color: #FD68B8;
}
</style>