Shades of Carnation Pink #F99ACF
Tints of Carnation Pink #F99ACF
RGB
CMYK
RGB Variations
Color information
#F99ACF (or 0xF99ACF) is known color: Carnation Pink. HEX triplet: F9, 9A and CF. RGB value is (249,154,207). Sum of RGB (Red+Green+Blue) = 249+154+207=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACF is #066530. Grayscale: #BCBCBC. Windows color (decimal): -419121 or 13605625. OLE color: 13605625.
HSL color Cylindrical-coordinate representation of color #F99ACF: hue angle of 326.53º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99ACF is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 207 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.02 |
| HSL | 326.53º | 0.89% | 0.79% | - |
| HSV(B) | 326.53º | 0.38% | 0.98% | - |
| XYZ | 61.89 | 47.76 | 64.99 | - |
| YUV | 188.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 207 | 0 | 0.38 | 0.17 | 0.02 | 326.53 | 0.89 | 0.79 |
| Hex | F9 | 9A | CF | 0 | 26 | 11 | 2 | 147 | 59 | 4F |
| Octal | 371 | 232 | 317 | 0 | 46 | 21 | 2 | 507 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11001111 | 0 | 100110 | 10001 | 10 | 101000111 | 1011001 | 1001111 |
Color Harmonies of #F99ACF
Complementary color
Monochromatic Colors of #F99ACF
Black with #F99ACF
Text Example
Text Example
White with #F99ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ACF; }
p { color: rgb(249,154,207); }
H1.HeaderClassName
{
color: #F99ACF;
}
.AnyTagClassName
{
color: #F99ACF;
}
</style>
background-color css
<style>
a { background-color: #F99ACF; }
a { background-color: rgb(249,154,207); }
div.DivClassName
{
background-color: #F99ACF;
}
.BgClassName
{
background-color: #F99ACF;
}
</style>
border-color css
<style>
span { border-color: #F99ACF; }
span { border-color: rgb(249,154,207); }
td.TdClassName
{
border-color: #F99ACF;
}
.TagClassName
{
border-color: #F99ACF;
}
</style>