Shades of Sweet Pink #F2968D
Tints of Sweet Pink #F2968D
RGB
CMYK
RGB Variations
Color information
#F2968D (or 0xF2968D) is known color: Sweet Pink. HEX triplet: F2, 96 and 8D. RGB value is (242,150,141). Sum of RGB (Red+Green+Blue) = 242+150+141=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2968D is #0D6972. Grayscale: #B0B0B0. Windows color (decimal): -878963 or 9279218. OLE color: 9279218.
HSL color Cylindrical-coordinate representation of color #F2968D: hue angle of 5.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2968D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 141 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.35º | 0.8% | 0.75% | - |
| HSV(B) | 5.35º | 0.42% | 0.95% | - |
| XYZ | 52.33 | 42.61 | 30.67 | - |
| YUV | 176.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 141 | 0 | 0.38 | 0.42 | 0.05 | 5.35 | 0.8 | 0.75 |
| Hex | F2 | 96 | 8D | 0 | 26 | 2A | 5 | 5 | 50 | 4B |
| Octal | 362 | 226 | 215 | 0 | 46 | 52 | 5 | 5 | 120 | 113 |
| Binary | 11110010 | 10010110 | 10001101 | 0 | 100110 | 101010 | 101 | 101 | 1010000 | 1001011 |
Color Harmonies of #F2968D
Complementary color
Monochromatic Colors of #F2968D
Black with #F2968D
Text Example
Text Example
White with #F2968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2968D; }
p { color: rgb(242,150,141); }
H1.HeaderClassName
{
color: #F2968D;
}
.AnyTagClassName
{
color: #F2968D;
}
</style>
background-color css
<style>
a { background-color: #F2968D; }
a { background-color: rgb(242,150,141); }
div.DivClassName
{
background-color: #F2968D;
}
.BgClassName
{
background-color: #F2968D;
}
</style>
border-color css
<style>
span { border-color: #F2968D; }
span { border-color: rgb(242,150,141); }
td.TdClassName
{
border-color: #F2968D;
}
.TagClassName
{
border-color: #F2968D;
}
</style>