Shades of Sweet Pink #F2958B
Tints of Sweet Pink #F2958B
RGB
CMYK
RGB Variations
Color information
#F2958B (or 0xF2958B) is known color: Sweet Pink. HEX triplet: F2, 95 and 8B. RGB value is (242,149,139). Sum of RGB (Red+Green+Blue) = 242+149+139=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2958B is #0D6A74. Grayscale: #AFAFAF. Windows color (decimal): -879221 or 9147890. OLE color: 9147890.
HSL color Cylindrical-coordinate representation of color #F2958B: hue angle of 5.83º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2958B is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 139 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.05 |
| HSL | 5.83º | 0.8% | 0.75% | - |
| HSV(B) | 5.83º | 0.43% | 0.95% | - |
| XYZ | 52.03 | 42.24 | 29.84 | - |
| YUV | 175.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 139 | 0 | 0.38 | 0.43 | 0.05 | 5.83 | 0.8 | 0.75 |
| Hex | F2 | 95 | 8B | 0 | 26 | 2B | 5 | 6 | 50 | 4B |
| Octal | 362 | 225 | 213 | 0 | 46 | 53 | 5 | 6 | 120 | 113 |
| Binary | 11110010 | 10010101 | 10001011 | 0 | 100110 | 101011 | 101 | 110 | 1010000 | 1001011 |
Color Harmonies of #F2958B
Complementary color
Monochromatic Colors of #F2958B
Black with #F2958B
Text Example
Text Example
White with #F2958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2958B; }
p { color: rgb(242,149,139); }
H1.HeaderClassName
{
color: #F2958B;
}
.AnyTagClassName
{
color: #F2958B;
}
</style>
background-color css
<style>
a { background-color: #F2958B; }
a { background-color: rgb(242,149,139); }
div.DivClassName
{
background-color: #F2958B;
}
.BgClassName
{
background-color: #F2958B;
}
</style>
border-color css
<style>
span { border-color: #F2958B; }
span { border-color: rgb(242,149,139); }
td.TdClassName
{
border-color: #F2958B;
}
.TagClassName
{
border-color: #F2958B;
}
</style>