Shades of Sweet Pink #F99392
Tints of Sweet Pink #F99392
RGB
CMYK
RGB Variations
Color information
#F99392 (or 0xF99392) is known color: Sweet Pink. HEX triplet: F9, 93 and 92. RGB value is (249,147,146). Sum of RGB (Red+Green+Blue) = 249+147+146=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F99392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99392 is #066C6D. Grayscale: #B1B1B1. Windows color (decimal): -420974 or 9606137. OLE color: 9606137.
HSL color Cylindrical-coordinate representation of color #F99392: hue angle of 0.58º 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 #F99392 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 146 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.02 |
| HSL | 0.58º | 0.9% | 0.77% | - |
| HSV(B) | 0.58º | 0.41% | 0.98% | - |
| XYZ | 54.69 | 43.08 | 32.63 | - |
| YUV | 177.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 146 | 0 | 0.41 | 0.41 | 0.02 | 0.58 | 0.9 | 0.77 |
| Hex | F9 | 93 | 92 | 0 | 29 | 29 | 2 | 1 | 5A | 4D |
| Octal | 371 | 223 | 222 | 0 | 51 | 51 | 2 | 1 | 132 | 115 |
| Binary | 11111001 | 10010011 | 10010010 | 0 | 101001 | 101001 | 10 | 1 | 1011010 | 1001101 |
Color Harmonies of #F99392
Complementary color
Monochromatic Colors of #F99392
Black with #F99392
Text Example
Text Example
White with #F99392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99392; }
p { color: rgb(249,147,146); }
H1.HeaderClassName
{
color: #F99392;
}
.AnyTagClassName
{
color: #F99392;
}
</style>
background-color css
<style>
a { background-color: #F99392; }
a { background-color: rgb(249,147,146); }
div.DivClassName
{
background-color: #F99392;
}
.BgClassName
{
background-color: #F99392;
}
</style>
border-color css
<style>
span { border-color: #F99392; }
span { border-color: rgb(249,147,146); }
td.TdClassName
{
border-color: #F99392;
}
.TagClassName
{
border-color: #F99392;
}
</style>