Shades of Carnation Pink #F99ACC
Tints of Carnation Pink #F99ACC
RGB
CMYK
RGB Variations
Color information
#F99ACC (or 0xF99ACC) is known color: Carnation Pink. HEX triplet: F9, 9A and CC. RGB value is (249,154,204). Sum of RGB (Red+Green+Blue) = 249+154+204=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACC is #066533. Grayscale: #BCBCBC. Windows color (decimal): -419124 or 13409017. OLE color: 13409017.
HSL color Cylindrical-coordinate representation of color #F99ACC: hue angle of 328.42º 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 #F99ACC is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 204 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 328.42º | 0.89% | 0.79% | - |
| HSV(B) | 328.42º | 0.38% | 0.98% | - |
| XYZ | 61.52 | 47.61 | 63.07 | - |
| YUV | 188.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 204 | 0 | 0.38 | 0.18 | 0.02 | 328.42 | 0.89 | 0.79 |
| Hex | F9 | 9A | CC | 0 | 26 | 12 | 2 | 148 | 59 | 4F |
| Octal | 371 | 232 | 314 | 0 | 46 | 22 | 2 | 510 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11001100 | 0 | 100110 | 10010 | 10 | 101001000 | 1011001 | 1001111 |
Color Harmonies of #F99ACC
Complementary color
Monochromatic Colors of #F99ACC
Black with #F99ACC
Text Example
Text Example
White with #F99ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ACC; }
p { color: rgb(249,154,204); }
H1.HeaderClassName
{
color: #F99ACC;
}
.AnyTagClassName
{
color: #F99ACC;
}
</style>
background-color css
<style>
a { background-color: #F99ACC; }
a { background-color: rgb(249,154,204); }
div.DivClassName
{
background-color: #F99ACC;
}
.BgClassName
{
background-color: #F99ACC;
}
</style>
border-color css
<style>
span { border-color: #F99ACC; }
span { border-color: rgb(249,154,204); }
td.TdClassName
{
border-color: #F99ACC;
}
.TagClassName
{
border-color: #F99ACC;
}
</style>