Shades of Sweet Pink #F09081
Tints of Sweet Pink #F09081
RGB
CMYK
RGB Variations
Color information
#F09081 (or 0xF09081) is known color: Sweet Pink. HEX triplet: F0, 90 and 81. RGB value is (240,144,129). Sum of RGB (Red+Green+Blue) = 240+144+129=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09081 is #0F6F7E. Grayscale: #ABABAB. Windows color (decimal): -1011583 or 8491248. OLE color: 8491248.
HSL color Cylindrical-coordinate representation of color #F09081: hue angle of 8.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09081 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 129 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.06 |
| HSL | 8.11º | 0.79% | 0.72% | - |
| HSV(B) | 8.11º | 0.46% | 0.94% | - |
| XYZ | 49.87 | 40.06 | 25.87 | - |
| YUV | 170.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 129 | 0 | 0.4 | 0.46 | 0.06 | 8.11 | 0.79 | 0.72 |
| Hex | F0 | 90 | 81 | 0 | 28 | 2E | 6 | 8 | 4F | 48 |
| Octal | 360 | 220 | 201 | 0 | 50 | 56 | 6 | 10 | 117 | 110 |
| Binary | 11110000 | 10010000 | 10000001 | 0 | 101000 | 101110 | 110 | 1000 | 1001111 | 1001000 |
Color Harmonies of #F09081
Complementary color
Monochromatic Colors of #F09081
Black with #F09081
Text Example
Text Example
White with #F09081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09081; }
p { color: rgb(240,144,129); }
H1.HeaderClassName
{
color: #F09081;
}
.AnyTagClassName
{
color: #F09081;
}
</style>
background-color css
<style>
a { background-color: #F09081; }
a { background-color: rgb(240,144,129); }
div.DivClassName
{
background-color: #F09081;
}
.BgClassName
{
background-color: #F09081;
}
</style>
border-color css
<style>
span { border-color: #F09081; }
span { border-color: rgb(240,144,129); }
td.TdClassName
{
border-color: #F09081;
}
.TagClassName
{
border-color: #F09081;
}
</style>