Shades of Carnation Pink #F79ACF
Tints of Carnation Pink #F79ACF
RGB
CMYK
RGB Variations
Color information
#F79ACF (or 0xF79ACF) is known color: Carnation Pink. HEX triplet: F7, 9A and CF. RGB value is (247,154,207). Sum of RGB (Red+Green+Blue) = 247+154+207=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F79ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79ACF is #086530. Grayscale: #BBBBBB. Windows color (decimal): -550193 or 13605623. OLE color: 13605623.
HSL color Cylindrical-coordinate representation of color #F79ACF: hue angle of 325.81º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F79ACF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 154 | 207 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 325.81º | 0.85% | 0.79% | - |
| HSV(B) | 325.81º | 0.38% | 0.97% | - |
| XYZ | 61.18 | 47.39 | 64.95 | - |
| YUV | 187.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 154 | 207 | 0 | 0.38 | 0.16 | 0.03 | 325.81 | 0.85 | 0.79 |
| Hex | F7 | 9A | CF | 0 | 26 | 10 | 3 | 146 | 55 | 4F |
| Octal | 367 | 232 | 317 | 0 | 46 | 20 | 3 | 506 | 125 | 117 |
| Binary | 11110111 | 10011010 | 11001111 | 0 | 100110 | 10000 | 11 | 101000110 | 1010101 | 1001111 |
Color Harmonies of #F79ACF
Complementary color
Monochromatic Colors of #F79ACF
Black with #F79ACF
Text Example
Text Example
White with #F79ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79ACF; }
p { color: rgb(247,154,207); }
H1.HeaderClassName
{
color: #F79ACF;
}
.AnyTagClassName
{
color: #F79ACF;
}
</style>
background-color css
<style>
a { background-color: #F79ACF; }
a { background-color: rgb(247,154,207); }
div.DivClassName
{
background-color: #F79ACF;
}
.BgClassName
{
background-color: #F79ACF;
}
</style>
border-color css
<style>
span { border-color: #F79ACF; }
span { border-color: rgb(247,154,207); }
td.TdClassName
{
border-color: #F79ACF;
}
.TagClassName
{
border-color: #F79ACF;
}
</style>