Shades of Sweet Pink #F09492
Tints of Sweet Pink #F09492
RGB
CMYK
RGB Variations
Color information
#F09492 (or 0xF09492) is known color: Sweet Pink. HEX triplet: F0, 94 and 92. RGB value is (240,148,146). Sum of RGB (Red+Green+Blue) = 240+148+146=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F09492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09492 is #0F6B6D. Grayscale: #AFAFAF. Windows color (decimal): -1010542 or 9606384. OLE color: 9606384.
HSL color Cylindrical-coordinate representation of color #F09492: hue angle of 1.28º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09492 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 146 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.06 |
| HSL | 1.28º | 0.76% | 0.76% | - |
| HSV(B) | 1.28º | 0.39% | 0.94% | - |
| XYZ | 51.71 | 41.78 | 32.53 | - |
| YUV | 175.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 146 | 0 | 0.38 | 0.39 | 0.06 | 1.28 | 0.76 | 0.76 |
| Hex | F0 | 94 | 92 | 0 | 26 | 27 | 6 | 1 | 4C | 4C |
| Octal | 360 | 224 | 222 | 0 | 46 | 47 | 6 | 1 | 114 | 114 |
| Binary | 11110000 | 10010100 | 10010010 | 0 | 100110 | 100111 | 110 | 1 | 1001100 | 1001100 |
Color Harmonies of #F09492
Complementary color
Monochromatic Colors of #F09492
Black with #F09492
Text Example
Text Example
White with #F09492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09492; }
p { color: rgb(240,148,146); }
H1.HeaderClassName
{
color: #F09492;
}
.AnyTagClassName
{
color: #F09492;
}
</style>
background-color css
<style>
a { background-color: #F09492; }
a { background-color: rgb(240,148,146); }
div.DivClassName
{
background-color: #F09492;
}
.BgClassName
{
background-color: #F09492;
}
</style>
border-color css
<style>
span { border-color: #F09492; }
span { border-color: rgb(240,148,146); }
td.TdClassName
{
border-color: #F09492;
}
.TagClassName
{
border-color: #F09492;
}
</style>