Shades of Carnation Pink #F799CA
Tints of Carnation Pink #F799CA
RGB
CMYK
RGB Variations
Color information
#F799CA (or 0xF799CA) is known color: Carnation Pink. HEX triplet: F7, 99 and CA. RGB value is (247,153,202). Sum of RGB (Red+Green+Blue) = 247+153+202=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F799CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799CA is #086635. Grayscale: #BABABA. Windows color (decimal): -550454 or 13277687. OLE color: 13277687.
HSL color Cylindrical-coordinate representation of color #F799CA: hue angle of 328.72º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F799CA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 202 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.03 |
| HSL | 328.72º | 0.85% | 0.78% | - |
| HSV(B) | 328.72º | 0.38% | 0.97% | - |
| XYZ | 60.41 | 46.82 | 61.73 | - |
| YUV | 186.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 202 | 0 | 0.38 | 0.18 | 0.03 | 328.72 | 0.85 | 0.78 |
| Hex | F7 | 99 | CA | 0 | 26 | 12 | 3 | 149 | 55 | 4E |
| Octal | 367 | 231 | 312 | 0 | 46 | 22 | 3 | 511 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11001010 | 0 | 100110 | 10010 | 11 | 101001001 | 1010101 | 1001110 |
Color Harmonies of #F799CA
Complementary color
Monochromatic Colors of #F799CA
Black with #F799CA
Text Example
Text Example
White with #F799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799CA; }
p { color: rgb(247,153,202); }
H1.HeaderClassName
{
color: #F799CA;
}
.AnyTagClassName
{
color: #F799CA;
}
</style>
background-color css
<style>
a { background-color: #F799CA; }
a { background-color: rgb(247,153,202); }
div.DivClassName
{
background-color: #F799CA;
}
.BgClassName
{
background-color: #F799CA;
}
</style>
border-color css
<style>
span { border-color: #F799CA; }
span { border-color: rgb(247,153,202); }
td.TdClassName
{
border-color: #F799CA;
}
.TagClassName
{
border-color: #F799CA;
}
</style>