Shades of Carnation Pink #F99CCA
Tints of Carnation Pink #F99CCA
RGB
CMYK
RGB Variations
Color information
#F99CCA (or 0xF99CCA) is known color: Carnation Pink. HEX triplet: F9, 9C and CA. RGB value is (249,156,202). Sum of RGB (Red+Green+Blue) = 249+156+202=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCA is #066335. Grayscale: #BCBCBC. Windows color (decimal): -418614 or 13278457. OLE color: 13278457.
HSL color Cylindrical-coordinate representation of color #F99CCA: hue angle of 330.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CCA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 202 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.02 |
| HSL | 330.32º | 0.89% | 0.79% | - |
| HSV(B) | 330.32º | 0.37% | 0.98% | - |
| XYZ | 61.62 | 48.18 | 61.93 | - |
| YUV | 189.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 202 | 0 | 0.37 | 0.19 | 0.02 | 330.32 | 0.89 | 0.79 |
| Hex | F9 | 9C | CA | 0 | 25 | 13 | 2 | 14A | 59 | 4F |
| Octal | 371 | 234 | 312 | 0 | 45 | 23 | 2 | 512 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11001010 | 0 | 100101 | 10011 | 10 | 101001010 | 1011001 | 1001111 |
Color Harmonies of #F99CCA
Complementary color
Monochromatic Colors of #F99CCA
Black with #F99CCA
Text Example
Text Example
White with #F99CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CCA; }
p { color: rgb(249,156,202); }
H1.HeaderClassName
{
color: #F99CCA;
}
.AnyTagClassName
{
color: #F99CCA;
}
</style>
background-color css
<style>
a { background-color: #F99CCA; }
a { background-color: rgb(249,156,202); }
div.DivClassName
{
background-color: #F99CCA;
}
.BgClassName
{
background-color: #F99CCA;
}
</style>
border-color css
<style>
span { border-color: #F99CCA; }
span { border-color: rgb(249,156,202); }
td.TdClassName
{
border-color: #F99CCA;
}
.TagClassName
{
border-color: #F99CCA;
}
</style>