Shades of Hot Pink #FF68AF
Tints of Hot Pink #FF68AF
RGB
CMYK
RGB Variations
Color information
#FF68AF (or 0xFF68AF) is known color: Hot Pink. HEX triplet: FF, 68 and AF. RGB value is (255,104,175). Sum of RGB (Red+Green+Blue) = 255+104+175=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AF is #009750. Grayscale: #9D9D9D. Windows color (decimal): -38737 or 11495679. OLE color: 11495679.
HSL color Cylindrical-coordinate representation of color #FF68AF: hue angle of 331.79º 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 #FF68AF is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 175 | - |
| CMYK | 0 | 0.59 | 0.31 | 0 |
| HSL | 331.79º | 1% | 0.7% | - |
| HSV(B) | 331.79º | 0.59% | 1% | - |
| XYZ | 53.93 | 34.26 | 44.33 | - |
| YUV | 157.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 175 | 0 | 0.59 | 0.31 | 0 | 331.79 | 1 | 0.7 |
| Hex | FF | 68 | AF | 0 | 3B | 1F | 0 | 14C | 64 | 46 |
| Octal | 377 | 150 | 257 | 0 | 73 | 37 | 0 | 514 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10101111 | 0 | 111011 | 11111 | 0 | 101001100 | 1100100 | 1000110 |
Color Harmonies of #FF68AF
Complementary color
Monochromatic Colors of #FF68AF
Black with #FF68AF
Text Example
Text Example
White with #FF68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68AF; }
p { color: rgb(255,104,175); }
H1.HeaderClassName
{
color: #FF68AF;
}
.AnyTagClassName
{
color: #FF68AF;
}
</style>
background-color css
<style>
a { background-color: #FF68AF; }
a { background-color: rgb(255,104,175); }
div.DivClassName
{
background-color: #FF68AF;
}
.BgClassName
{
background-color: #FF68AF;
}
</style>
border-color css
<style>
span { border-color: #FF68AF; }
span { border-color: rgb(255,104,175); }
td.TdClassName
{
border-color: #FF68AF;
}
.TagClassName
{
border-color: #FF68AF;
}
</style>