Shades of Carnation Pink #F799CC
Tints of Carnation Pink #F799CC
RGB
CMYK
RGB Variations
Color information
#F799CC (or 0xF799CC) is known color: Carnation Pink. HEX triplet: F7, 99 and CC. RGB value is (247,153,204). Sum of RGB (Red+Green+Blue) = 247+153+204=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F799CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799CC is #086633. Grayscale: #BABABA. Windows color (decimal): -550452 or 13408759. OLE color: 13408759.
HSL color Cylindrical-coordinate representation of color #F799CC: hue angle of 327.45º 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 #F799CC is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 204 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.03 |
| HSL | 327.45º | 0.85% | 0.78% | - |
| HSV(B) | 327.45º | 0.38% | 0.97% | - |
| XYZ | 60.65 | 46.92 | 62.99 | - |
| YUV | 186.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 204 | 0 | 0.38 | 0.17 | 0.03 | 327.45 | 0.85 | 0.78 |
| Hex | F7 | 99 | CC | 0 | 26 | 11 | 3 | 147 | 55 | 4E |
| Octal | 367 | 231 | 314 | 0 | 46 | 21 | 3 | 507 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11001100 | 0 | 100110 | 10001 | 11 | 101000111 | 1010101 | 1001110 |
Color Harmonies of #F799CC
Complementary color
Monochromatic Colors of #F799CC
Black with #F799CC
Text Example
Text Example
White with #F799CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799CC; }
p { color: rgb(247,153,204); }
H1.HeaderClassName
{
color: #F799CC;
}
.AnyTagClassName
{
color: #F799CC;
}
</style>
background-color css
<style>
a { background-color: #F799CC; }
a { background-color: rgb(247,153,204); }
div.DivClassName
{
background-color: #F799CC;
}
.BgClassName
{
background-color: #F799CC;
}
</style>
border-color css
<style>
span { border-color: #F799CC; }
span { border-color: rgb(247,153,204); }
td.TdClassName
{
border-color: #F799CC;
}
.TagClassName
{
border-color: #F799CC;
}
</style>