Shades of Hot Pink #FF6FA7
Tints of Hot Pink #FF6FA7
RGB
CMYK
RGB Variations
Color information
#FF6FA7 (or 0xFF6FA7) is known color: Hot Pink. HEX triplet: FF, 6F and A7. RGB value is (255,111,167). Sum of RGB (Red+Green+Blue) = 255+111+167=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6FA7 is #009058. Grayscale: #A0A0A0. Windows color (decimal): -36953 or 10973183. OLE color: 10973183.
HSL color Cylindrical-coordinate representation of color #FF6FA7: hue angle of 336.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FA7 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 167 | - |
| CMYK | 0 | 0.56 | 0.35 | 0 |
| HSL | 336.67º | 1% | 0.72% | - |
| HSV(B) | 336.67º | 0.56% | 1% | - |
| XYZ | 53.9 | 35.42 | 40.55 | - |
| YUV | 160.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 167 | 0 | 0.56 | 0.35 | 0 | 336.67 | 1 | 0.72 |
| Hex | FF | 6F | A7 | 0 | 38 | 23 | 0 | 151 | 64 | 48 |
| Octal | 377 | 157 | 247 | 0 | 70 | 43 | 0 | 521 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10100111 | 0 | 111000 | 100011 | 0 | 101010001 | 1100100 | 1001000 |
Color Harmonies of #FF6FA7
Complementary color
Monochromatic Colors of #FF6FA7
Black with #FF6FA7
Text Example
Text Example
White with #FF6FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FA7; }
p { color: rgb(255,111,167); }
H1.HeaderClassName
{
color: #FF6FA7;
}
.AnyTagClassName
{
color: #FF6FA7;
}
</style>
background-color css
<style>
a { background-color: #FF6FA7; }
a { background-color: rgb(255,111,167); }
div.DivClassName
{
background-color: #FF6FA7;
}
.BgClassName
{
background-color: #FF6FA7;
}
</style>
border-color css
<style>
span { border-color: #FF6FA7; }
span { border-color: rgb(255,111,167); }
td.TdClassName
{
border-color: #FF6FA7;
}
.TagClassName
{
border-color: #FF6FA7;
}
</style>