Shades of Carnation Pink #F799CF
Tints of Carnation Pink #F799CF
RGB
CMYK
RGB Variations
Color information
#F799CF (or 0xF799CF) is known color: Carnation Pink. HEX triplet: F7, 99 and CF. RGB value is (247,153,207). Sum of RGB (Red+Green+Blue) = 247+153+207=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F799CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799CF is #086630. Grayscale: #BBBBBB. Windows color (decimal): -550449 or 13605367. OLE color: 13605367.
HSL color Cylindrical-coordinate representation of color #F799CF: hue angle of 325.53º 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 #F799CF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 207 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 325.53º | 0.85% | 0.78% | - |
| HSV(B) | 325.53º | 0.38% | 0.97% | - |
| XYZ | 61.01 | 47.06 | 64.9 | - |
| YUV | 187.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 207 | 0 | 0.38 | 0.16 | 0.03 | 325.53 | 0.85 | 0.78 |
| Hex | F7 | 99 | CF | 0 | 26 | 10 | 3 | 146 | 55 | 4E |
| Octal | 367 | 231 | 317 | 0 | 46 | 20 | 3 | 506 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11001111 | 0 | 100110 | 10000 | 11 | 101000110 | 1010101 | 1001110 |
Color Harmonies of #F799CF
Complementary color
Monochromatic Colors of #F799CF
Black with #F799CF
Text Example
Text Example
White with #F799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799CF; }
p { color: rgb(247,153,207); }
H1.HeaderClassName
{
color: #F799CF;
}
.AnyTagClassName
{
color: #F799CF;
}
</style>
background-color css
<style>
a { background-color: #F799CF; }
a { background-color: rgb(247,153,207); }
div.DivClassName
{
background-color: #F799CF;
}
.BgClassName
{
background-color: #F799CF;
}
</style>
border-color css
<style>
span { border-color: #F799CF; }
span { border-color: rgb(247,153,207); }
td.TdClassName
{
border-color: #F799CF;
}
.TagClassName
{
border-color: #F799CF;
}
</style>