Shades of Sweet Pink #F5928F
Tints of Sweet Pink #F5928F
RGB
CMYK
RGB Variations
Color information
#F5928F (or 0xF5928F) is known color: Sweet Pink. HEX triplet: F5, 92 and 8F. RGB value is (245,146,143). Sum of RGB (Red+Green+Blue) = 245+146+143=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5928F is #0A6D70. Grayscale: #AFAFAF. Windows color (decimal): -683377 or 9409269. OLE color: 9409269.
HSL color Cylindrical-coordinate representation of color #F5928F: hue angle of 1.76º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5928F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 143 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.04 |
| HSL | 1.76º | 0.84% | 0.76% | - |
| HSV(B) | 1.76º | 0.42% | 0.96% | - |
| XYZ | 52.89 | 41.95 | 31.3 | - |
| YUV | 175.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 143 | 0 | 0.40 | 0.42 | 0.04 | 1.76 | 0.84 | 0.76 |
| Hex | F5 | 92 | 8F | 0 | 28 | 2A | 4 | 2 | 54 | 4C |
| Octal | 365 | 222 | 217 | 0 | 50 | 52 | 4 | 2 | 124 | 114 |
| Binary | 11110101 | 10010010 | 10001111 | 0 | 101000 | 101010 | 100 | 10 | 1010100 | 1001100 |
Color Harmonies of #F5928F
Complementary color
Monochromatic Colors of #F5928F
Black with #F5928F
Text Example
Text Example
White with #F5928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5928F; }
p { color: rgb(245,146,143); }
H1.HeaderClassName
{
color: #F5928F;
}
.AnyTagClassName
{
color: #F5928F;
}
</style>
background-color css
<style>
a { background-color: #F5928F; }
a { background-color: rgb(245,146,143); }
div.DivClassName
{
background-color: #F5928F;
}
.BgClassName
{
background-color: #F5928F;
}
</style>
border-color css
<style>
span { border-color: #F5928F; }
span { border-color: rgb(245,146,143); }
td.TdClassName
{
border-color: #F5928F;
}
.TagClassName
{
border-color: #F5928F;
}
</style>