Shades of Hot Pink #FF68B9
Tints of Hot Pink #FF68B9
RGB
CMYK
RGB Variations
Color information
#FF68B9 (or 0xFF68B9) is known color: Hot Pink. HEX triplet: FF, 68 and B9. RGB value is (255,104,185). Sum of RGB (Red+Green+Blue) = 255+104+185=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68B9 is #009746. Grayscale: #9E9E9E. Windows color (decimal): -38727 or 12151039. OLE color: 12151039.
HSL color Cylindrical-coordinate representation of color #FF68B9: hue angle of 327.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68B9 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 185 | - |
| CMYK | 0 | 0.59 | 0.27 | 0 |
| HSL | 327.81º | 1% | 0.7% | - |
| HSV(B) | 327.81º | 0.59% | 1% | - |
| XYZ | 54.95 | 34.66 | 49.69 | - |
| YUV | 158.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 185 | 0 | 0.59 | 0.27 | 0 | 327.81 | 1 | 0.7 |
| Hex | FF | 68 | B9 | 0 | 3B | 1B | 0 | 148 | 64 | 46 |
| Octal | 377 | 150 | 271 | 0 | 73 | 33 | 0 | 510 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10111001 | 0 | 111011 | 11011 | 0 | 101001000 | 1100100 | 1000110 |
Color Harmonies of #FF68B9
Complementary color
Monochromatic Colors of #FF68B9
Black with #FF68B9
Text Example
Text Example
White with #FF68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68B9; }
p { color: rgb(255,104,185); }
H1.HeaderClassName
{
color: #FF68B9;
}
.AnyTagClassName
{
color: #FF68B9;
}
</style>
background-color css
<style>
a { background-color: #FF68B9; }
a { background-color: rgb(255,104,185); }
div.DivClassName
{
background-color: #FF68B9;
}
.BgClassName
{
background-color: #FF68B9;
}
</style>
border-color css
<style>
span { border-color: #FF68B9; }
span { border-color: rgb(255,104,185); }
td.TdClassName
{
border-color: #FF68B9;
}
.TagClassName
{
border-color: #FF68B9;
}
</style>