Shades of Hot Pink #FF68A7
Tints of Hot Pink #FF68A7
RGB
CMYK
RGB Variations
Color information
#FF68A7 (or 0xFF68A7) is known color: Hot Pink. HEX triplet: FF, 68 and A7. RGB value is (255,104,167). Sum of RGB (Red+Green+Blue) = 255+104+167=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68A7 is #009758. Grayscale: #9C9C9C. Windows color (decimal): -38745 or 10971391. OLE color: 10971391.
HSL color Cylindrical-coordinate representation of color #FF68A7: hue angle of 334.97º 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 #FF68A7 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 167 | - |
| CMYK | 0 | 0.59 | 0.35 | 0 |
| HSL | 334.97º | 1% | 0.7% | - |
| HSV(B) | 334.97º | 0.59% | 1% | - |
| XYZ | 53.17 | 33.95 | 40.31 | - |
| YUV | 156.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 167 | 0 | 0.59 | 0.35 | 0 | 334.97 | 1 | 0.7 |
| Hex | FF | 68 | A7 | 0 | 3B | 23 | 0 | 14F | 64 | 46 |
| Octal | 377 | 150 | 247 | 0 | 73 | 43 | 0 | 517 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10100111 | 0 | 111011 | 100011 | 0 | 101001111 | 1100100 | 1000110 |
Color Harmonies of #FF68A7
Complementary color
Monochromatic Colors of #FF68A7
Black with #FF68A7
Text Example
Text Example
White with #FF68A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68A7; }
p { color: rgb(255,104,167); }
H1.HeaderClassName
{
color: #FF68A7;
}
.AnyTagClassName
{
color: #FF68A7;
}
</style>
background-color css
<style>
a { background-color: #FF68A7; }
a { background-color: rgb(255,104,167); }
div.DivClassName
{
background-color: #FF68A7;
}
.BgClassName
{
background-color: #FF68A7;
}
</style>
border-color css
<style>
span { border-color: #FF68A7; }
span { border-color: rgb(255,104,167); }
td.TdClassName
{
border-color: #FF68A7;
}
.TagClassName
{
border-color: #FF68A7;
}
</style>