Shades of Sweet Pink #F09797
Tints of Sweet Pink #F09797
RGB
CMYK
RGB Variations
Color information
#F09797 (or 0xF09797) is known color: Sweet Pink. HEX triplet: F0, 97 and 97. RGB value is (240,151,151). Sum of RGB (Red+Green+Blue) = 240+151+151=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F09797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09797 is #0F6868. Grayscale: #B1B1B1. Windows color (decimal): -1009769 or 9934832. OLE color: 9934832.
HSL color Cylindrical-coordinate representation of color #F09797: hue angle of 0º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09797 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 151 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.06 |
| HSL | 0º | 0.75% | 0.77% | - |
| HSV(B) | 0º | 0.37% | 0.94% | - |
| XYZ | 52.59 | 42.89 | 34.79 | - |
| YUV | 177.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 151 | 0 | 0.37 | 0.37 | 0.06 | 0 | 0.75 | 0.77 |
| Hex | F0 | 97 | 97 | 0 | 25 | 25 | 6 | 0 | 4B | 4D |
| Octal | 360 | 227 | 227 | 0 | 45 | 45 | 6 | 0 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10010111 | 0 | 100101 | 100101 | 110 | 0 | 1001011 | 1001101 |
Color Harmonies of #F09797
Complementary color
Monochromatic Colors of #F09797
Black with #F09797
Text Example
Text Example
White with #F09797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09797; }
p { color: rgb(240,151,151); }
H1.HeaderClassName
{
color: #F09797;
}
.AnyTagClassName
{
color: #F09797;
}
</style>
background-color css
<style>
a { background-color: #F09797; }
a { background-color: rgb(240,151,151); }
div.DivClassName
{
background-color: #F09797;
}
.BgClassName
{
background-color: #F09797;
}
</style>
border-color css
<style>
span { border-color: #F09797; }
span { border-color: rgb(240,151,151); }
td.TdClassName
{
border-color: #F09797;
}
.TagClassName
{
border-color: #F09797;
}
</style>