Shades of Carnation Pink #F798CF
Tints of Carnation Pink #F798CF
RGB
CMYK
RGB Variations
Color information
#F798CF (or 0xF798CF) is known color: Carnation Pink. HEX triplet: F7, 98 and CF. RGB value is (247,152,207). Sum of RGB (Red+Green+Blue) = 247+152+207=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F798CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798CF is #086730. Grayscale: #BABABA. Windows color (decimal): -550705 or 13605111. OLE color: 13605111.
HSL color Cylindrical-coordinate representation of color #F798CF: hue angle of 325.26º degrees, saturation: 0.86, 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 #F798CF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 207 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 325.26º | 0.86% | 0.78% | - |
| HSV(B) | 325.26º | 0.38% | 0.97% | - |
| XYZ | 60.85 | 46.74 | 64.85 | - |
| YUV | 186.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 207 | 0 | 0.38 | 0.16 | 0.03 | 325.26 | 0.86 | 0.78 |
| Hex | F7 | 98 | CF | 0 | 26 | 10 | 3 | 145 | 56 | 4E |
| Octal | 367 | 230 | 317 | 0 | 46 | 20 | 3 | 505 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11001111 | 0 | 100110 | 10000 | 11 | 101000101 | 1010110 | 1001110 |
Color Harmonies of #F798CF
Complementary color
Monochromatic Colors of #F798CF
Black with #F798CF
Text Example
Text Example
White with #F798CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798CF; }
p { color: rgb(247,152,207); }
H1.HeaderClassName
{
color: #F798CF;
}
.AnyTagClassName
{
color: #F798CF;
}
</style>
background-color css
<style>
a { background-color: #F798CF; }
a { background-color: rgb(247,152,207); }
div.DivClassName
{
background-color: #F798CF;
}
.BgClassName
{
background-color: #F798CF;
}
</style>
border-color css
<style>
span { border-color: #F798CF; }
span { border-color: rgb(247,152,207); }
td.TdClassName
{
border-color: #F798CF;
}
.TagClassName
{
border-color: #F798CF;
}
</style>