Shades of Sweet Pink #F99692
Tints of Sweet Pink #F99692
RGB
CMYK
RGB Variations
Color information
#F99692 (or 0xF99692) is known color: Sweet Pink. HEX triplet: F9, 96 and 92. RGB value is (249,150,146). Sum of RGB (Red+Green+Blue) = 249+150+146=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99692 is #06696D. Grayscale: #B3B3B3. Windows color (decimal): -420206 or 9606905. OLE color: 9606905.
HSL color Cylindrical-coordinate representation of color #F99692: hue angle of 2.33º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99692 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 146 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.02 |
| HSL | 2.33º | 0.9% | 0.77% | - |
| HSV(B) | 2.33º | 0.41% | 0.98% | - |
| XYZ | 55.16 | 44.03 | 32.79 | - |
| YUV | 179.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 146 | 0 | 0.40 | 0.41 | 0.02 | 2.33 | 0.9 | 0.77 |
| Hex | F9 | 96 | 92 | 0 | 28 | 29 | 2 | 2 | 5A | 4D |
| Octal | 371 | 226 | 222 | 0 | 50 | 51 | 2 | 2 | 132 | 115 |
| Binary | 11111001 | 10010110 | 10010010 | 0 | 101000 | 101001 | 10 | 10 | 1011010 | 1001101 |
Color Harmonies of #F99692
Complementary color
Monochromatic Colors of #F99692
Black with #F99692
Text Example
Text Example
White with #F99692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99692; }
p { color: rgb(249,150,146); }
H1.HeaderClassName
{
color: #F99692;
}
.AnyTagClassName
{
color: #F99692;
}
</style>
background-color css
<style>
a { background-color: #F99692; }
a { background-color: rgb(249,150,146); }
div.DivClassName
{
background-color: #F99692;
}
.BgClassName
{
background-color: #F99692;
}
</style>
border-color css
<style>
span { border-color: #F99692; }
span { border-color: rgb(249,150,146); }
td.TdClassName
{
border-color: #F99692;
}
.TagClassName
{
border-color: #F99692;
}
</style>