Shades of Carnation Pink #F89ACF
Tints of Carnation Pink #F89ACF
RGB
CMYK
RGB Variations
Color information
#F89ACF (or 0xF89ACF) is known color: Carnation Pink. HEX triplet: F8, 9A and CF. RGB value is (248,154,207). Sum of RGB (Red+Green+Blue) = 248+154+207=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ACF is #076530. Grayscale: #BCBCBC. Windows color (decimal): -484657 or 13605624. OLE color: 13605624.
HSL color Cylindrical-coordinate representation of color #F89ACF: hue angle of 326.17º degrees, saturation: 0.87, 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 #F89ACF is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 207 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.03 |
| HSL | 326.17º | 0.87% | 0.79% | - |
| HSV(B) | 326.17º | 0.38% | 0.97% | - |
| XYZ | 61.53 | 47.57 | 64.97 | - |
| YUV | 188.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 207 | 0 | 0.38 | 0.17 | 0.03 | 326.17 | 0.87 | 0.79 |
| Hex | F8 | 9A | CF | 0 | 26 | 11 | 3 | 146 | 57 | 4F |
| Octal | 370 | 232 | 317 | 0 | 46 | 21 | 3 | 506 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11001111 | 0 | 100110 | 10001 | 11 | 101000110 | 1010111 | 1001111 |
Color Harmonies of #F89ACF
Complementary color
Monochromatic Colors of #F89ACF
Black with #F89ACF
Text Example
Text Example
White with #F89ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ACF; }
p { color: rgb(248,154,207); }
H1.HeaderClassName
{
color: #F89ACF;
}
.AnyTagClassName
{
color: #F89ACF;
}
</style>
background-color css
<style>
a { background-color: #F89ACF; }
a { background-color: rgb(248,154,207); }
div.DivClassName
{
background-color: #F89ACF;
}
.BgClassName
{
background-color: #F89ACF;
}
</style>
border-color css
<style>
span { border-color: #F89ACF; }
span { border-color: rgb(248,154,207); }
td.TdClassName
{
border-color: #F89ACF;
}
.TagClassName
{
border-color: #F89ACF;
}
</style>