Shades of Sweet Pink #F59B9A
Tints of Sweet Pink #F59B9A
RGB
CMYK
RGB Variations
Color information
#F59B9A (or 0xF59B9A) is known color: Sweet Pink. HEX triplet: F5, 9B and 9A. RGB value is (245,155,154). Sum of RGB (Red+Green+Blue) = 245+155+154=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B9A is #0A6465. Grayscale: #B5B5B5. Windows color (decimal): -681062 or 10132469. OLE color: 10132469.
HSL color Cylindrical-coordinate representation of color #F59B9A: hue angle of 0.66º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59B9A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 154 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.04 |
| HSL | 0.66º | 0.82% | 0.78% | - |
| HSV(B) | 0.66º | 0.37% | 0.96% | - |
| XYZ | 55.21 | 45.19 | 36.38 | - |
| YUV | 181.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 154 | 0 | 0.37 | 0.37 | 0.04 | 0.66 | 0.82 | 0.78 |
| Hex | F5 | 9B | 9A | 0 | 25 | 25 | 4 | 1 | 52 | 4E |
| Octal | 365 | 233 | 232 | 0 | 45 | 45 | 4 | 1 | 122 | 116 |
| Binary | 11110101 | 10011011 | 10011010 | 0 | 100101 | 100101 | 100 | 1 | 1010010 | 1001110 |
Color Harmonies of #F59B9A
Complementary color
Monochromatic Colors of #F59B9A
Black with #F59B9A
Text Example
Text Example
White with #F59B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B9A; }
p { color: rgb(245,155,154); }
H1.HeaderClassName
{
color: #F59B9A;
}
.AnyTagClassName
{
color: #F59B9A;
}
</style>
background-color css
<style>
a { background-color: #F59B9A; }
a { background-color: rgb(245,155,154); }
div.DivClassName
{
background-color: #F59B9A;
}
.BgClassName
{
background-color: #F59B9A;
}
</style>
border-color css
<style>
span { border-color: #F59B9A; }
span { border-color: rgb(245,155,154); }
td.TdClassName
{
border-color: #F59B9A;
}
.TagClassName
{
border-color: #F59B9A;
}
</style>