Shades of Sweet Pink #F2928F
Tints of Sweet Pink #F2928F
RGB
CMYK
RGB Variations
Color information
#F2928F (or 0xF2928F) is known color: Sweet Pink. HEX triplet: F2, 92 and 8F. RGB value is (242,146,143). Sum of RGB (Red+Green+Blue) = 242+146+143=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2928F is #0D6D70. Grayscale: #AEAEAE. Windows color (decimal): -879985 or 9409266. OLE color: 9409266.
HSL color Cylindrical-coordinate representation of color #F2928F: hue angle of 1.82º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2928F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 143 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.05 |
| HSL | 1.82º | 0.79% | 0.75% | - |
| HSV(B) | 1.82º | 0.41% | 0.95% | - |
| XYZ | 51.85 | 41.42 | 31.25 | - |
| YUV | 174.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 143 | 0 | 0.40 | 0.41 | 0.05 | 1.82 | 0.79 | 0.75 |
| Hex | F2 | 92 | 8F | 0 | 28 | 29 | 5 | 2 | 4F | 4B |
| Octal | 362 | 222 | 217 | 0 | 50 | 51 | 5 | 2 | 117 | 113 |
| Binary | 11110010 | 10010010 | 10001111 | 0 | 101000 | 101001 | 101 | 10 | 1001111 | 1001011 |
Color Harmonies of #F2928F
Complementary color
Monochromatic Colors of #F2928F
Black with #F2928F
Text Example
Text Example
White with #F2928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2928F; }
p { color: rgb(242,146,143); }
H1.HeaderClassName
{
color: #F2928F;
}
.AnyTagClassName
{
color: #F2928F;
}
</style>
background-color css
<style>
a { background-color: #F2928F; }
a { background-color: rgb(242,146,143); }
div.DivClassName
{
background-color: #F2928F;
}
.BgClassName
{
background-color: #F2928F;
}
</style>
border-color css
<style>
span { border-color: #F2928F; }
span { border-color: rgb(242,146,143); }
td.TdClassName
{
border-color: #F2928F;
}
.TagClassName
{
border-color: #F2928F;
}
</style>