Shades of Sweet Pink #F2968C
Tints of Sweet Pink #F2968C
RGB
CMYK
RGB Variations
Color information
#F2968C (or 0xF2968C) is known color: Sweet Pink. HEX triplet: F2, 96 and 8C. RGB value is (242,150,140). Sum of RGB (Red+Green+Blue) = 242+150+140=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2968C is #0D6973. Grayscale: #B0B0B0. Windows color (decimal): -878964 or 9213682. OLE color: 9213682.
HSL color Cylindrical-coordinate representation of color #F2968C: hue angle of 5.88º 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 #F2968C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 140 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.88º | 0.8% | 0.75% | - |
| HSV(B) | 5.88º | 0.42% | 0.95% | - |
| XYZ | 52.26 | 42.58 | 30.28 | - |
| YUV | 176.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 140 | 0 | 0.38 | 0.42 | 0.05 | 5.88 | 0.8 | 0.75 |
| Hex | F2 | 96 | 8C | 0 | 26 | 2A | 5 | 6 | 50 | 4B |
| Octal | 362 | 226 | 214 | 0 | 46 | 52 | 5 | 6 | 120 | 113 |
| Binary | 11110010 | 10010110 | 10001100 | 0 | 100110 | 101010 | 101 | 110 | 1010000 | 1001011 |
Color Harmonies of #F2968C
Complementary color
Monochromatic Colors of #F2968C
Black with #F2968C
Text Example
Text Example
White with #F2968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2968C; }
p { color: rgb(242,150,140); }
H1.HeaderClassName
{
color: #F2968C;
}
.AnyTagClassName
{
color: #F2968C;
}
</style>
background-color css
<style>
a { background-color: #F2968C; }
a { background-color: rgb(242,150,140); }
div.DivClassName
{
background-color: #F2968C;
}
.BgClassName
{
background-color: #F2968C;
}
</style>
border-color css
<style>
span { border-color: #F2968C; }
span { border-color: rgb(242,150,140); }
td.TdClassName
{
border-color: #F2968C;
}
.TagClassName
{
border-color: #F2968C;
}
</style>