Shades of Sweet Pink #F2958F
Tints of Sweet Pink #F2958F
RGB
CMYK
RGB Variations
Color information
#F2958F (or 0xF2958F) is known color: Sweet Pink. HEX triplet: F2, 95 and 8F. RGB value is (242,149,143). Sum of RGB (Red+Green+Blue) = 242+149+143=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2958F is #0D6A70. Grayscale: #B0B0B0. Windows color (decimal): -879217 or 9410034. OLE color: 9410034.
HSL color Cylindrical-coordinate representation of color #F2958F: hue angle of 3.64º 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 #F2958F is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 143 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.05 |
| HSL | 3.64º | 0.79% | 0.75% | - |
| HSV(B) | 3.64º | 0.41% | 0.95% | - |
| XYZ | 52.32 | 42.36 | 31.4 | - |
| YUV | 176.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 143 | 0 | 0.38 | 0.41 | 0.05 | 3.64 | 0.79 | 0.75 |
| Hex | F2 | 95 | 8F | 0 | 26 | 29 | 5 | 4 | 4F | 4B |
| Octal | 362 | 225 | 217 | 0 | 46 | 51 | 5 | 4 | 117 | 113 |
| Binary | 11110010 | 10010101 | 10001111 | 0 | 100110 | 101001 | 101 | 100 | 1001111 | 1001011 |
Color Harmonies of #F2958F
Complementary color
Monochromatic Colors of #F2958F
Black with #F2958F
Text Example
Text Example
White with #F2958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2958F; }
p { color: rgb(242,149,143); }
H1.HeaderClassName
{
color: #F2958F;
}
.AnyTagClassName
{
color: #F2958F;
}
</style>
background-color css
<style>
a { background-color: #F2958F; }
a { background-color: rgb(242,149,143); }
div.DivClassName
{
background-color: #F2958F;
}
.BgClassName
{
background-color: #F2958F;
}
</style>
border-color css
<style>
span { border-color: #F2958F; }
span { border-color: rgb(242,149,143); }
td.TdClassName
{
border-color: #F2958F;
}
.TagClassName
{
border-color: #F2958F;
}
</style>