Shades of Sweet Pink #F59B92
Tints of Sweet Pink #F59B92
RGB
CMYK
RGB Variations
Color information
#F59B92 (or 0xF59B92) is known color: Sweet Pink. HEX triplet: F5, 9B and 92. RGB value is (245,155,146). Sum of RGB (Red+Green+Blue) = 245+155+146=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B92 is #0A646D. Grayscale: #B5B5B5. Windows color (decimal): -681070 or 9608181. OLE color: 9608181.
HSL color Cylindrical-coordinate representation of color #F59B92: hue angle of 5.45º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59B92 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 146 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.04 |
| HSL | 5.45º | 0.83% | 0.77% | - |
| HSV(B) | 5.45º | 0.4% | 0.96% | - |
| XYZ | 54.57 | 44.93 | 32.99 | - |
| YUV | 180.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 146 | 0 | 0.37 | 0.40 | 0.04 | 5.45 | 0.83 | 0.77 |
| Hex | F5 | 9B | 92 | 0 | 25 | 28 | 4 | 5 | 53 | 4D |
| Octal | 365 | 233 | 222 | 0 | 45 | 50 | 4 | 5 | 123 | 115 |
| Binary | 11110101 | 10011011 | 10010010 | 0 | 100101 | 101000 | 100 | 101 | 1010011 | 1001101 |
Color Harmonies of #F59B92
Complementary color
Monochromatic Colors of #F59B92
Black with #F59B92
Text Example
Text Example
White with #F59B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B92; }
p { color: rgb(245,155,146); }
H1.HeaderClassName
{
color: #F59B92;
}
.AnyTagClassName
{
color: #F59B92;
}
</style>
background-color css
<style>
a { background-color: #F59B92; }
a { background-color: rgb(245,155,146); }
div.DivClassName
{
background-color: #F59B92;
}
.BgClassName
{
background-color: #F59B92;
}
</style>
border-color css
<style>
span { border-color: #F59B92; }
span { border-color: rgb(245,155,146); }
td.TdClassName
{
border-color: #F59B92;
}
.TagClassName
{
border-color: #F59B92;
}
</style>