Shades of Hit Pink #FFAF6D
Tints of Hit Pink #FFAF6D
RGB
CMYK
RGB Variations
Color information
#FFAF6D (or 0xFFAF6D) is known color: Hit Pink. HEX triplet: FF, AF and 6D. RGB value is (255,175,109). Sum of RGB (Red+Green+Blue) = 255+175+109=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF6D is #005092. Grayscale: #BFBFBF. Windows color (decimal): -20627 or 7188479. OLE color: 7188479.
HSL color Cylindrical-coordinate representation of color #FFAF6D: hue angle of 27.12º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAF6D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 109 | - |
| CMYK | 0 | 0.31 | 0.57 | 0 |
| HSL | 27.12º | 1% | 0.71% | - |
| HSV(B) | 27.12º | 0.57% | 1% | - |
| XYZ | 59.33 | 53.02 | 21.58 | - |
| YUV | 191.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 109 | 0 | 0.31 | 0.57 | 0 | 27.12 | 1 | 0.71 |
| Hex | FF | AF | 6D | 0 | 1F | 39 | 0 | 1B | 64 | 47 |
| Octal | 377 | 257 | 155 | 0 | 37 | 71 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101111 | 1101101 | 0 | 11111 | 111001 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAF6D
Complementary color
Monochromatic Colors of #FFAF6D
Black with #FFAF6D
Text Example
Text Example
White with #FFAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF6D; }
p { color: rgb(255,175,109); }
H1.HeaderClassName
{
color: #FFAF6D;
}
.AnyTagClassName
{
color: #FFAF6D;
}
</style>
background-color css
<style>
a { background-color: #FFAF6D; }
a { background-color: rgb(255,175,109); }
div.DivClassName
{
background-color: #FFAF6D;
}
.BgClassName
{
background-color: #FFAF6D;
}
</style>
border-color css
<style>
span { border-color: #FFAF6D; }
span { border-color: rgb(255,175,109); }
td.TdClassName
{
border-color: #FFAF6D;
}
.TagClassName
{
border-color: #FFAF6D;
}
</style>