Shades of Carnation Pink #F7A1C6
Tints of Carnation Pink #F7A1C6
RGB
CMYK
RGB Variations
Color information
#F7A1C6 (or 0xF7A1C6) is known color: Carnation Pink. HEX triplet: F7, A1 and C6. RGB value is (247,161,198). Sum of RGB (Red+Green+Blue) = 247+161+198=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1C6 is #085E39. Grayscale: #BEBEBE. Windows color (decimal): -548410 or 13017591. OLE color: 13017591.
HSL color Cylindrical-coordinate representation of color #F7A1C6: hue angle of 334.19º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A1C6 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 198 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.03 |
| HSL | 334.19º | 0.84% | 0.8% | - |
| HSV(B) | 334.19º | 0.35% | 0.97% | - |
| XYZ | 61.3 | 49.34 | 59.72 | - |
| YUV | 190.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 198 | 0 | 0.35 | 0.20 | 0.03 | 334.19 | 0.84 | 0.8 |
| Hex | F7 | A1 | C6 | 0 | 23 | 14 | 3 | 14E | 54 | 50 |
| Octal | 367 | 241 | 306 | 0 | 43 | 24 | 3 | 516 | 124 | 120 |
| Binary | 11110111 | 10100001 | 11000110 | 0 | 100011 | 10100 | 11 | 101001110 | 1010100 | 1010000 |
Color Harmonies of #F7A1C6
Complementary color
Monochromatic Colors of #F7A1C6
Black with #F7A1C6
Text Example
Text Example
White with #F7A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1C6; }
p { color: rgb(247,161,198); }
H1.HeaderClassName
{
color: #F7A1C6;
}
.AnyTagClassName
{
color: #F7A1C6;
}
</style>
background-color css
<style>
a { background-color: #F7A1C6; }
a { background-color: rgb(247,161,198); }
div.DivClassName
{
background-color: #F7A1C6;
}
.BgClassName
{
background-color: #F7A1C6;
}
</style>
border-color css
<style>
span { border-color: #F7A1C6; }
span { border-color: rgb(247,161,198); }
td.TdClassName
{
border-color: #F7A1C6;
}
.TagClassName
{
border-color: #F7A1C6;
}
</style>