Shades of Sweet Pink #F9918C
Tints of Sweet Pink #F9918C
RGB
CMYK
RGB Variations
Color information
#F9918C (or 0xF9918C) is known color: Sweet Pink. HEX triplet: F9, 91 and 8C. RGB value is (249,145,140). Sum of RGB (Red+Green+Blue) = 249+145+140=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9918C is #066E73. Grayscale: #AFAFAF. Windows color (decimal): -421492 or 9212409. OLE color: 9212409.
HSL color Cylindrical-coordinate representation of color #F9918C: hue angle of 2.75º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9918C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 140 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.02 |
| HSL | 2.75º | 0.9% | 0.76% | - |
| HSV(B) | 2.75º | 0.44% | 0.98% | - |
| XYZ | 53.93 | 42.28 | 30.13 | - |
| YUV | 175.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 140 | 0 | 0.42 | 0.44 | 0.02 | 2.75 | 0.9 | 0.76 |
| Hex | F9 | 91 | 8C | 0 | 2A | 2C | 2 | 3 | 5A | 4C |
| Octal | 371 | 221 | 214 | 0 | 52 | 54 | 2 | 3 | 132 | 114 |
| Binary | 11111001 | 10010001 | 10001100 | 0 | 101010 | 101100 | 10 | 11 | 1011010 | 1001100 |
Color Harmonies of #F9918C
Complementary color
Monochromatic Colors of #F9918C
Black with #F9918C
Text Example
Text Example
White with #F9918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9918C; }
p { color: rgb(249,145,140); }
H1.HeaderClassName
{
color: #F9918C;
}
.AnyTagClassName
{
color: #F9918C;
}
</style>
background-color css
<style>
a { background-color: #F9918C; }
a { background-color: rgb(249,145,140); }
div.DivClassName
{
background-color: #F9918C;
}
.BgClassName
{
background-color: #F9918C;
}
</style>
border-color css
<style>
span { border-color: #F9918C; }
span { border-color: rgb(249,145,140); }
td.TdClassName
{
border-color: #F9918C;
}
.TagClassName
{
border-color: #F9918C;
}
</style>