Shades of Sweet Pink #F09A9A
Tints of Sweet Pink #F09A9A
RGB
CMYK
RGB Variations
Color information
#F09A9A (or 0xF09A9A) is known color: Sweet Pink. HEX triplet: F0, 9A and 9A. RGB value is (240,154,154). Sum of RGB (Red+Green+Blue) = 240+154+154=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A9A is #0F6565. Grayscale: #B3B3B3. Windows color (decimal): -1008998 or 10132208. OLE color: 10132208.
HSL color Cylindrical-coordinate representation of color #F09A9A: hue angle of 0º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09A9A is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 154 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.06 |
| HSL | 0º | 0.74% | 0.77% | - |
| HSV(B) | 0º | 0.36% | 0.94% | - |
| XYZ | 53.32 | 43.97 | 36.25 | - |
| YUV | 179.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 154 | 0 | 0.36 | 0.36 | 0.06 | 0 | 0.74 | 0.77 |
| Hex | F0 | 9A | 9A | 0 | 24 | 24 | 6 | 0 | 4A | 4D |
| Octal | 360 | 232 | 232 | 0 | 44 | 44 | 6 | 0 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10011010 | 0 | 100100 | 100100 | 110 | 0 | 1001010 | 1001101 |
Color Harmonies of #F09A9A
Complementary color
Monochromatic Colors of #F09A9A
Black with #F09A9A
Text Example
Text Example
White with #F09A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A9A; }
p { color: rgb(240,154,154); }
H1.HeaderClassName
{
color: #F09A9A;
}
.AnyTagClassName
{
color: #F09A9A;
}
</style>
background-color css
<style>
a { background-color: #F09A9A; }
a { background-color: rgb(240,154,154); }
div.DivClassName
{
background-color: #F09A9A;
}
.BgClassName
{
background-color: #F09A9A;
}
</style>
border-color css
<style>
span { border-color: #F09A9A; }
span { border-color: rgb(240,154,154); }
td.TdClassName
{
border-color: #F09A9A;
}
.TagClassName
{
border-color: #F09A9A;
}
</style>