Shades of Sweet Pink #F2968A
Tints of Sweet Pink #F2968A
RGB
CMYK
RGB Variations
Color information
#F2968A (or 0xF2968A) is known color: Sweet Pink. HEX triplet: F2, 96 and 8A. RGB value is (242,150,138). Sum of RGB (Red+Green+Blue) = 242+150+138=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2968A is #0D6975. Grayscale: #B0B0B0. Windows color (decimal): -878966 or 9082610. OLE color: 9082610.
HSL color Cylindrical-coordinate representation of color #F2968A: hue angle of 6.92º 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 #F2968A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 138 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.05 |
| HSL | 6.92º | 0.8% | 0.75% | - |
| HSV(B) | 6.92º | 0.43% | 0.95% | - |
| XYZ | 52.11 | 42.52 | 29.51 | - |
| YUV | 176.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 138 | 0 | 0.38 | 0.43 | 0.05 | 6.92 | 0.8 | 0.75 |
| Hex | F2 | 96 | 8A | 0 | 26 | 2B | 5 | 7 | 50 | 4B |
| Octal | 362 | 226 | 212 | 0 | 46 | 53 | 5 | 7 | 120 | 113 |
| Binary | 11110010 | 10010110 | 10001010 | 0 | 100110 | 101011 | 101 | 111 | 1010000 | 1001011 |
Color Harmonies of #F2968A
Complementary color
Monochromatic Colors of #F2968A
Black with #F2968A
Text Example
Text Example
White with #F2968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2968A; }
p { color: rgb(242,150,138); }
H1.HeaderClassName
{
color: #F2968A;
}
.AnyTagClassName
{
color: #F2968A;
}
</style>
background-color css
<style>
a { background-color: #F2968A; }
a { background-color: rgb(242,150,138); }
div.DivClassName
{
background-color: #F2968A;
}
.BgClassName
{
background-color: #F2968A;
}
</style>
border-color css
<style>
span { border-color: #F2968A; }
span { border-color: rgb(242,150,138); }
td.TdClassName
{
border-color: #F2968A;
}
.TagClassName
{
border-color: #F2968A;
}
</style>