Shades of Sweet Pink #F59492
Tints of Sweet Pink #F59492
RGB
CMYK
RGB Variations
Color information
#F59492 (or 0xF59492) is known color: Sweet Pink. HEX triplet: F5, 94 and 92. RGB value is (245,148,146). Sum of RGB (Red+Green+Blue) = 245+148+146=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F59492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59492 is #0A6B6D. Grayscale: #B0B0B0. Windows color (decimal): -682862 or 9606389. OLE color: 9606389.
HSL color Cylindrical-coordinate representation of color #F59492: hue angle of 1.21º 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 #F59492 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 146 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.04 |
| HSL | 1.21º | 0.83% | 0.77% | - |
| HSV(B) | 1.21º | 0.4% | 0.96% | - |
| XYZ | 53.43 | 42.67 | 32.61 | - |
| YUV | 176.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 146 | 0 | 0.40 | 0.40 | 0.04 | 1.21 | 0.83 | 0.77 |
| Hex | F5 | 94 | 92 | 0 | 28 | 28 | 4 | 1 | 53 | 4D |
| Octal | 365 | 224 | 222 | 0 | 50 | 50 | 4 | 1 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10010010 | 0 | 101000 | 101000 | 100 | 1 | 1010011 | 1001101 |
Color Harmonies of #F59492
Complementary color
Monochromatic Colors of #F59492
Black with #F59492
Text Example
Text Example
White with #F59492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59492; }
p { color: rgb(245,148,146); }
H1.HeaderClassName
{
color: #F59492;
}
.AnyTagClassName
{
color: #F59492;
}
</style>
background-color css
<style>
a { background-color: #F59492; }
a { background-color: rgb(245,148,146); }
div.DivClassName
{
background-color: #F59492;
}
.BgClassName
{
background-color: #F59492;
}
</style>
border-color css
<style>
span { border-color: #F59492; }
span { border-color: rgb(245,148,146); }
td.TdClassName
{
border-color: #F59492;
}
.TagClassName
{
border-color: #F59492;
}
</style>