Shades of Hot Pink #FD68BA
Tints of Hot Pink #FD68BA
RGB
CMYK
RGB Variations
Color information
#FD68BA (or 0xFD68BA) is known color: Hot Pink. HEX triplet: FD, 68 and BA. RGB value is (253,104,186). Sum of RGB (Red+Green+Blue) = 253+104+186=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68BA is #029745. Grayscale: #9D9D9D. Windows color (decimal): -169798 or 12216573. OLE color: 12216573.
HSL color Cylindrical-coordinate representation of color #FD68BA: hue angle of 326.98º 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 #FD68BA is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 186 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.01 |
| HSL | 326.98º | 0.97% | 0.7% | - |
| HSV(B) | 326.98º | 0.59% | 0.99% | - |
| XYZ | 54.32 | 34.33 | 50.22 | - |
| YUV | 157.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 186 | 0 | 0.59 | 0.26 | 0.01 | 326.98 | 0.97 | 0.7 |
| Hex | FD | 68 | BA | 0 | 3B | 1A | 1 | 147 | 61 | 46 |
| Octal | 375 | 150 | 272 | 0 | 73 | 32 | 1 | 507 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10111010 | 0 | 111011 | 11010 | 1 | 101000111 | 1100001 | 1000110 |
Color Harmonies of #FD68BA
Complementary color
Monochromatic Colors of #FD68BA
Black with #FD68BA
Text Example
Text Example
White with #FD68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68BA; }
p { color: rgb(253,104,186); }
H1.HeaderClassName
{
color: #FD68BA;
}
.AnyTagClassName
{
color: #FD68BA;
}
</style>
background-color css
<style>
a { background-color: #FD68BA; }
a { background-color: rgb(253,104,186); }
div.DivClassName
{
background-color: #FD68BA;
}
.BgClassName
{
background-color: #FD68BA;
}
</style>
border-color css
<style>
span { border-color: #FD68BA; }
span { border-color: rgb(253,104,186); }
td.TdClassName
{
border-color: #FD68BA;
}
.TagClassName
{
border-color: #FD68BA;
}
</style>