Shades of Sweet Pink #F09A8F
Tints of Sweet Pink #F09A8F
RGB
CMYK
RGB Variations
Color information
#F09A8F (or 0xF09A8F) is known color: Sweet Pink. HEX triplet: F0, 9A and 8F. RGB value is (240,154,143). Sum of RGB (Red+Green+Blue) = 240+154+143=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A8F is #0F6570. Grayscale: #B2B2B2. Windows color (decimal): -1009009 or 9411312. OLE color: 9411312.
HSL color Cylindrical-coordinate representation of color #F09A8F: hue angle of 6.8º 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 #F09A8F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 143 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.06 |
| HSL | 6.8º | 0.76% | 0.75% | - |
| HSV(B) | 6.8º | 0.4% | 0.94% | - |
| XYZ | 52.45 | 43.62 | 31.64 | - |
| YUV | 178.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 143 | 0 | 0.36 | 0.40 | 0.06 | 6.8 | 0.76 | 0.75 |
| Hex | F0 | 9A | 8F | 0 | 24 | 28 | 6 | 7 | 4C | 4B |
| Octal | 360 | 232 | 217 | 0 | 44 | 50 | 6 | 7 | 114 | 113 |
| Binary | 11110000 | 10011010 | 10001111 | 0 | 100100 | 101000 | 110 | 111 | 1001100 | 1001011 |
Color Harmonies of #F09A8F
Complementary color
Monochromatic Colors of #F09A8F
Black with #F09A8F
Text Example
Text Example
White with #F09A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A8F; }
p { color: rgb(240,154,143); }
H1.HeaderClassName
{
color: #F09A8F;
}
.AnyTagClassName
{
color: #F09A8F;
}
</style>
background-color css
<style>
a { background-color: #F09A8F; }
a { background-color: rgb(240,154,143); }
div.DivClassName
{
background-color: #F09A8F;
}
.BgClassName
{
background-color: #F09A8F;
}
</style>
border-color css
<style>
span { border-color: #F09A8F; }
span { border-color: rgb(240,154,143); }
td.TdClassName
{
border-color: #F09A8F;
}
.TagClassName
{
border-color: #F09A8F;
}
</style>