Shades of Sweet Pink #F29285
Tints of Sweet Pink #F29285
RGB
CMYK
RGB Variations
Color information
#F29285 (or 0xF29285) is known color: Sweet Pink. HEX triplet: F2, 92 and 85. RGB value is (242,146,133). Sum of RGB (Red+Green+Blue) = 242+146+133=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29285 is #0D6D7A. Grayscale: #ADADAD. Windows color (decimal): -879995 or 8753906. OLE color: 8753906.
HSL color Cylindrical-coordinate representation of color #F29285: hue angle of 7.16º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29285 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 133 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.05 |
| HSL | 7.16º | 0.81% | 0.74% | - |
| HSV(B) | 7.16º | 0.45% | 0.95% | - |
| XYZ | 51.13 | 41.13 | 27.43 | - |
| YUV | 173.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 133 | 0 | 0.40 | 0.45 | 0.05 | 7.16 | 0.81 | 0.74 |
| Hex | F2 | 92 | 85 | 0 | 28 | 2D | 5 | 7 | 51 | 4A |
| Octal | 362 | 222 | 205 | 0 | 50 | 55 | 5 | 7 | 121 | 112 |
| Binary | 11110010 | 10010010 | 10000101 | 0 | 101000 | 101101 | 101 | 111 | 1010001 | 1001010 |
Color Harmonies of #F29285
Complementary color
Monochromatic Colors of #F29285
Black with #F29285
Text Example
Text Example
White with #F29285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29285; }
p { color: rgb(242,146,133); }
H1.HeaderClassName
{
color: #F29285;
}
.AnyTagClassName
{
color: #F29285;
}
</style>
background-color css
<style>
a { background-color: #F29285; }
a { background-color: rgb(242,146,133); }
div.DivClassName
{
background-color: #F29285;
}
.BgClassName
{
background-color: #F29285;
}
</style>
border-color css
<style>
span { border-color: #F29285; }
span { border-color: rgb(242,146,133); }
td.TdClassName
{
border-color: #F29285;
}
.TagClassName
{
border-color: #F29285;
}
</style>