Shades of Sweet Pink #F09291
Tints of Sweet Pink #F09291
RGB
CMYK
RGB Variations
Color information
#F09291 (or 0xF09291) is known color: Sweet Pink. HEX triplet: F0, 92 and 91. RGB value is (240,146,145). Sum of RGB (Red+Green+Blue) = 240+146+145=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F09291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09291 is #0F6D6E. Grayscale: #AEAEAE. Windows color (decimal): -1011055 or 9540336. OLE color: 9540336.
HSL color Cylindrical-coordinate representation of color #F09291: hue angle of 0.63º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09291 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 145 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.06 |
| HSL | 0.63º | 0.76% | 0.75% | - |
| HSV(B) | 0.63º | 0.4% | 0.94% | - |
| XYZ | 51.32 | 41.13 | 32.02 | - |
| YUV | 173.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 145 | 0 | 0.39 | 0.40 | 0.06 | 0.63 | 0.76 | 0.75 |
| Hex | F0 | 92 | 91 | 0 | 27 | 28 | 6 | 1 | 4C | 4B |
| Octal | 360 | 222 | 221 | 0 | 47 | 50 | 6 | 1 | 114 | 113 |
| Binary | 11110000 | 10010010 | 10010001 | 0 | 100111 | 101000 | 110 | 1 | 1001100 | 1001011 |
Color Harmonies of #F09291
Complementary color
Monochromatic Colors of #F09291
Black with #F09291
Text Example
Text Example
White with #F09291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09291; }
p { color: rgb(240,146,145); }
H1.HeaderClassName
{
color: #F09291;
}
.AnyTagClassName
{
color: #F09291;
}
</style>
background-color css
<style>
a { background-color: #F09291; }
a { background-color: rgb(240,146,145); }
div.DivClassName
{
background-color: #F09291;
}
.BgClassName
{
background-color: #F09291;
}
</style>
border-color css
<style>
span { border-color: #F09291; }
span { border-color: rgb(240,146,145); }
td.TdClassName
{
border-color: #F09291;
}
.TagClassName
{
border-color: #F09291;
}
</style>