Shades of Carnation Pink #F798D0
Tints of Carnation Pink #F798D0
RGB
CMYK
RGB Variations
Color information
#F798D0 (or 0xF798D0) is known color: Carnation Pink. HEX triplet: F7, 98 and D0. RGB value is (247,152,208). Sum of RGB (Red+Green+Blue) = 247+152+208=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F798D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798D0 is #08672F. Grayscale: #BABABA. Windows color (decimal): -550704 or 13670647. OLE color: 13670647.
HSL color Cylindrical-coordinate representation of color #F798D0: hue angle of 324.63º 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 #F798D0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 208 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 324.63º | 0.86% | 0.78% | - |
| HSV(B) | 324.63º | 0.38% | 0.97% | - |
| XYZ | 60.97 | 46.78 | 65.49 | - |
| YUV | 186.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 208 | 0 | 0.38 | 0.16 | 0.03 | 324.63 | 0.86 | 0.78 |
| Hex | F7 | 98 | D0 | 0 | 26 | 10 | 3 | 145 | 56 | 4E |
| Octal | 367 | 230 | 320 | 0 | 46 | 20 | 3 | 505 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11010000 | 0 | 100110 | 10000 | 11 | 101000101 | 1010110 | 1001110 |
Color Harmonies of #F798D0
Complementary color
Monochromatic Colors of #F798D0
Black with #F798D0
Text Example
Text Example
White with #F798D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798D0; }
p { color: rgb(247,152,208); }
H1.HeaderClassName
{
color: #F798D0;
}
.AnyTagClassName
{
color: #F798D0;
}
</style>
background-color css
<style>
a { background-color: #F798D0; }
a { background-color: rgb(247,152,208); }
div.DivClassName
{
background-color: #F798D0;
}
.BgClassName
{
background-color: #F798D0;
}
</style>
border-color css
<style>
span { border-color: #F798D0; }
span { border-color: rgb(247,152,208); }
td.TdClassName
{
border-color: #F798D0;
}
.TagClassName
{
border-color: #F798D0;
}
</style>