Shades of Sweet Pink #F79A96
Tints of Sweet Pink #F79A96
RGB
CMYK
RGB Variations
Color information
#F79A96 (or 0xF79A96) is known color: Sweet Pink. HEX triplet: F7, 9A and 96. RGB value is (247,154,150). Sum of RGB (Red+Green+Blue) = 247+154+150=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F79A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F79A96 is #086569. Grayscale: #B5B5B5. Windows color (decimal): -550250 or 9870071. OLE color: 9870071.
HSL color Cylindrical-coordinate representation of color #F79A96: hue angle of 2.47º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F79A96 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 154 | 150 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.03 |
| HSL | 2.47º | 0.86% | 0.78% | - |
| HSV(B) | 2.47º | 0.39% | 0.97% | - |
| XYZ | 55.42 | 45.09 | 34.64 | - |
| YUV | 181.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 154 | 150 | 0 | 0.38 | 0.39 | 0.03 | 2.47 | 0.86 | 0.78 |
| Hex | F7 | 9A | 96 | 0 | 26 | 27 | 3 | 2 | 56 | 4E |
| Octal | 367 | 232 | 226 | 0 | 46 | 47 | 3 | 2 | 126 | 116 |
| Binary | 11110111 | 10011010 | 10010110 | 0 | 100110 | 100111 | 11 | 10 | 1010110 | 1001110 |
Color Harmonies of #F79A96
Complementary color
Monochromatic Colors of #F79A96
Black with #F79A96
Text Example
Text Example
White with #F79A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79A96; }
p { color: rgb(247,154,150); }
H1.HeaderClassName
{
color: #F79A96;
}
.AnyTagClassName
{
color: #F79A96;
}
</style>
background-color css
<style>
a { background-color: #F79A96; }
a { background-color: rgb(247,154,150); }
div.DivClassName
{
background-color: #F79A96;
}
.BgClassName
{
background-color: #F79A96;
}
</style>
border-color css
<style>
span { border-color: #F79A96; }
span { border-color: rgb(247,154,150); }
td.TdClassName
{
border-color: #F79A96;
}
.TagClassName
{
border-color: #F79A96;
}
</style>