Shades of Sweet Pink #F59B94
Tints of Sweet Pink #F59B94
RGB
CMYK
RGB Variations
Color information
#F59B94 (or 0xF59B94) is known color: Sweet Pink. HEX triplet: F5, 9B and 94. RGB value is (245,155,148). Sum of RGB (Red+Green+Blue) = 245+155+148=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B94 is #0A646B. Grayscale: #B5B5B5. Windows color (decimal): -681068 or 9739253. OLE color: 9739253.
HSL color Cylindrical-coordinate representation of color #F59B94: hue angle of 4.33º 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 #F59B94 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 148 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.04 |
| HSL | 4.33º | 0.83% | 0.77% | - |
| HSV(B) | 4.33º | 0.4% | 0.96% | - |
| XYZ | 54.72 | 44.99 | 33.82 | - |
| YUV | 181.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 148 | 0 | 0.37 | 0.40 | 0.04 | 4.33 | 0.83 | 0.77 |
| Hex | F5 | 9B | 94 | 0 | 25 | 28 | 4 | 4 | 53 | 4D |
| Octal | 365 | 233 | 224 | 0 | 45 | 50 | 4 | 4 | 123 | 115 |
| Binary | 11110101 | 10011011 | 10010100 | 0 | 100101 | 101000 | 100 | 100 | 1010011 | 1001101 |
Color Harmonies of #F59B94
Complementary color
Monochromatic Colors of #F59B94
Black with #F59B94
Text Example
Text Example
White with #F59B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B94; }
p { color: rgb(245,155,148); }
H1.HeaderClassName
{
color: #F59B94;
}
.AnyTagClassName
{
color: #F59B94;
}
</style>
background-color css
<style>
a { background-color: #F59B94; }
a { background-color: rgb(245,155,148); }
div.DivClassName
{
background-color: #F59B94;
}
.BgClassName
{
background-color: #F59B94;
}
</style>
border-color css
<style>
span { border-color: #F59B94; }
span { border-color: rgb(245,155,148); }
td.TdClassName
{
border-color: #F59B94;
}
.TagClassName
{
border-color: #F59B94;
}
</style>