Shades of Sweet Pink #F2918C
Tints of Sweet Pink #F2918C
RGB
CMYK
RGB Variations
Color information
#F2918C (or 0xF2918C) is known color: Sweet Pink. HEX triplet: F2, 91 and 8C. RGB value is (242,145,140). Sum of RGB (Red+Green+Blue) = 242+145+140=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2918C is #0D6E73. Grayscale: #ADADAD. Windows color (decimal): -880244 or 9212402. OLE color: 9212402.
HSL color Cylindrical-coordinate representation of color #F2918C: hue angle of 2.94º 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 #F2918C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 140 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.05 |
| HSL | 2.94º | 0.8% | 0.75% | - |
| HSV(B) | 2.94º | 0.42% | 0.95% | - |
| XYZ | 51.48 | 41.02 | 30.02 | - |
| YUV | 173.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 140 | 0 | 0.40 | 0.42 | 0.05 | 2.94 | 0.8 | 0.75 |
| Hex | F2 | 91 | 8C | 0 | 28 | 2A | 5 | 3 | 50 | 4B |
| Octal | 362 | 221 | 214 | 0 | 50 | 52 | 5 | 3 | 120 | 113 |
| Binary | 11110010 | 10010001 | 10001100 | 0 | 101000 | 101010 | 101 | 11 | 1010000 | 1001011 |
Color Harmonies of #F2918C
Complementary color
Monochromatic Colors of #F2918C
Black with #F2918C
Text Example
Text Example
White with #F2918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2918C; }
p { color: rgb(242,145,140); }
H1.HeaderClassName
{
color: #F2918C;
}
.AnyTagClassName
{
color: #F2918C;
}
</style>
background-color css
<style>
a { background-color: #F2918C; }
a { background-color: rgb(242,145,140); }
div.DivClassName
{
background-color: #F2918C;
}
.BgClassName
{
background-color: #F2918C;
}
</style>
border-color css
<style>
span { border-color: #F2918C; }
span { border-color: rgb(242,145,140); }
td.TdClassName
{
border-color: #F2918C;
}
.TagClassName
{
border-color: #F2918C;
}
</style>