Shades of Sweet Pink #F09C91
Tints of Sweet Pink #F09C91
RGB
CMYK
RGB Variations
Color information
#F09C91 (or 0xF09C91) is known color: Sweet Pink. HEX triplet: F0, 9C and 91. RGB value is (240,156,145). Sum of RGB (Red+Green+Blue) = 240+156+145=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C91 is #0F636E. Grayscale: #B3B3B3. Windows color (decimal): -1008495 or 9542896. OLE color: 9542896.
HSL color Cylindrical-coordinate representation of color #F09C91: hue angle of 6.95º 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 #F09C91 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 145 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.06 |
| HSL | 6.95º | 0.76% | 0.75% | - |
| HSV(B) | 6.95º | 0.4% | 0.94% | - |
| XYZ | 52.93 | 44.35 | 32.56 | - |
| YUV | 179.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 145 | 0 | 0.35 | 0.40 | 0.06 | 6.95 | 0.76 | 0.75 |
| Hex | F0 | 9C | 91 | 0 | 23 | 28 | 6 | 7 | 4C | 4B |
| Octal | 360 | 234 | 221 | 0 | 43 | 50 | 6 | 7 | 114 | 113 |
| Binary | 11110000 | 10011100 | 10010001 | 0 | 100011 | 101000 | 110 | 111 | 1001100 | 1001011 |
Color Harmonies of #F09C91
Complementary color
Monochromatic Colors of #F09C91
Black with #F09C91
Text Example
Text Example
White with #F09C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C91; }
p { color: rgb(240,156,145); }
H1.HeaderClassName
{
color: #F09C91;
}
.AnyTagClassName
{
color: #F09C91;
}
</style>
background-color css
<style>
a { background-color: #F09C91; }
a { background-color: rgb(240,156,145); }
div.DivClassName
{
background-color: #F09C91;
}
.BgClassName
{
background-color: #F09C91;
}
</style>
border-color css
<style>
span { border-color: #F09C91; }
span { border-color: rgb(240,156,145); }
td.TdClassName
{
border-color: #F09C91;
}
.TagClassName
{
border-color: #F09C91;
}
</style>