Shades of Hit Pink #FFAF6E
Tints of Hit Pink #FFAF6E
RGB
CMYK
RGB Variations
Color information
#FFAF6E (or 0xFFAF6E) is known color: Hit Pink. HEX triplet: FF, AF and 6E. RGB value is (255,175,110). Sum of RGB (Red+Green+Blue) = 255+175+110=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF6E is #005091. Grayscale: #BFBFBF. Windows color (decimal): -20626 or 7254015. OLE color: 7254015.
HSL color Cylindrical-coordinate representation of color #FFAF6E: hue angle of 26.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAF6E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 110 | - |
| CMYK | 0 | 0.31 | 0.57 | 0 |
| HSL | 26.9º | 1% | 0.72% | - |
| HSV(B) | 26.9º | 0.57% | 1% | - |
| XYZ | 59.38 | 53.05 | 21.86 | - |
| YUV | 191.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 110 | 0 | 0.31 | 0.57 | 0 | 26.9 | 1 | 0.72 |
| Hex | FF | AF | 6E | 0 | 1F | 39 | 0 | 1B | 64 | 48 |
| Octal | 377 | 257 | 156 | 0 | 37 | 71 | 0 | 33 | 144 | 110 |
| Binary | 11111111 | 10101111 | 1101110 | 0 | 11111 | 111001 | 0 | 11011 | 1100100 | 1001000 |
Color Harmonies of #FFAF6E
Complementary color
Monochromatic Colors of #FFAF6E
Black with #FFAF6E
Text Example
Text Example
White with #FFAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF6E; }
p { color: rgb(255,175,110); }
H1.HeaderClassName
{
color: #FFAF6E;
}
.AnyTagClassName
{
color: #FFAF6E;
}
</style>
background-color css
<style>
a { background-color: #FFAF6E; }
a { background-color: rgb(255,175,110); }
div.DivClassName
{
background-color: #FFAF6E;
}
.BgClassName
{
background-color: #FFAF6E;
}
</style>
border-color css
<style>
span { border-color: #FFAF6E; }
span { border-color: rgb(255,175,110); }
td.TdClassName
{
border-color: #FFAF6E;
}
.TagClassName
{
border-color: #FFAF6E;
}
</style>