Shades of Sweet Pink #F5908C
Tints of Sweet Pink #F5908C
RGB
CMYK
RGB Variations
Color information
#F5908C (or 0xF5908C) is known color: Sweet Pink. HEX triplet: F5, 90 and 8C. RGB value is (245,144,140). Sum of RGB (Red+Green+Blue) = 245+144+140=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5908C is #0A6F73. Grayscale: #ADADAD. Windows color (decimal): -683892 or 9212149. OLE color: 9212149.
HSL color Cylindrical-coordinate representation of color #F5908C: hue angle of 2.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5908C is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 140 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.04 |
| HSL | 2.29º | 0.84% | 0.75% | - |
| HSV(B) | 2.29º | 0.43% | 0.96% | - |
| XYZ | 52.36 | 41.25 | 30.01 | - |
| YUV | 173.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 140 | 0 | 0.41 | 0.43 | 0.04 | 2.29 | 0.84 | 0.75 |
| Hex | F5 | 90 | 8C | 0 | 29 | 2B | 4 | 2 | 54 | 4B |
| Octal | 365 | 220 | 214 | 0 | 51 | 53 | 4 | 2 | 124 | 113 |
| Binary | 11110101 | 10010000 | 10001100 | 0 | 101001 | 101011 | 100 | 10 | 1010100 | 1001011 |
Color Harmonies of #F5908C
Complementary color
Monochromatic Colors of #F5908C
Black with #F5908C
Text Example
Text Example
White with #F5908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5908C; }
p { color: rgb(245,144,140); }
H1.HeaderClassName
{
color: #F5908C;
}
.AnyTagClassName
{
color: #F5908C;
}
</style>
background-color css
<style>
a { background-color: #F5908C; }
a { background-color: rgb(245,144,140); }
div.DivClassName
{
background-color: #F5908C;
}
.BgClassName
{
background-color: #F5908C;
}
</style>
border-color css
<style>
span { border-color: #F5908C; }
span { border-color: rgb(245,144,140); }
td.TdClassName
{
border-color: #F5908C;
}
.TagClassName
{
border-color: #F5908C;
}
</style>