Shades of Sweet Pink #F59592
Tints of Sweet Pink #F59592
RGB
CMYK
RGB Variations
Color information
#F59592 (or 0xF59592) is known color: Sweet Pink. HEX triplet: F5, 95 and 92. RGB value is (245,149,146). Sum of RGB (Red+Green+Blue) = 245+149+146=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F59592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59592 is #0A6A6D. Grayscale: #B1B1B1. Windows color (decimal): -682606 or 9606645. OLE color: 9606645.
HSL color Cylindrical-coordinate representation of color #F59592: hue angle of 1.82º 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 #F59592 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 146 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.04 |
| HSL | 1.82º | 0.83% | 0.77% | - |
| HSV(B) | 1.82º | 0.4% | 0.96% | - |
| XYZ | 53.59 | 42.98 | 32.67 | - |
| YUV | 177.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 146 | 0 | 0.39 | 0.40 | 0.04 | 1.82 | 0.83 | 0.77 |
| Hex | F5 | 95 | 92 | 0 | 27 | 28 | 4 | 2 | 53 | 4D |
| Octal | 365 | 225 | 222 | 0 | 47 | 50 | 4 | 2 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10010010 | 0 | 100111 | 101000 | 100 | 10 | 1010011 | 1001101 |
Color Harmonies of #F59592
Complementary color
Monochromatic Colors of #F59592
Black with #F59592
Text Example
Text Example
White with #F59592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59592; }
p { color: rgb(245,149,146); }
H1.HeaderClassName
{
color: #F59592;
}
.AnyTagClassName
{
color: #F59592;
}
</style>
background-color css
<style>
a { background-color: #F59592; }
a { background-color: rgb(245,149,146); }
div.DivClassName
{
background-color: #F59592;
}
.BgClassName
{
background-color: #F59592;
}
</style>
border-color css
<style>
span { border-color: #F59592; }
span { border-color: rgb(245,149,146); }
td.TdClassName
{
border-color: #F59592;
}
.TagClassName
{
border-color: #F59592;
}
</style>