Shades of Sweet Pink #F19C92
Tints of Sweet Pink #F19C92
RGB
CMYK
RGB Variations
Color information
#F19C92 (or 0xF19C92) is known color: Sweet Pink. HEX triplet: F1, 9C and 92. RGB value is (241,156,146). Sum of RGB (Red+Green+Blue) = 241+156+146=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C92 is #0E636D. Grayscale: #B4B4B4. Windows color (decimal): -942958 or 9608433. OLE color: 9608433.
HSL color Cylindrical-coordinate representation of color #F19C92: hue angle of 6.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19C92 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 146 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.05 |
| HSL | 6.32º | 0.77% | 0.76% | - |
| HSV(B) | 6.32º | 0.39% | 0.95% | - |
| XYZ | 53.35 | 44.55 | 32.98 | - |
| YUV | 180.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 146 | 0 | 0.35 | 0.39 | 0.05 | 6.32 | 0.77 | 0.76 |
| Hex | F1 | 9C | 92 | 0 | 23 | 27 | 5 | 6 | 4D | 4C |
| Octal | 361 | 234 | 222 | 0 | 43 | 47 | 5 | 6 | 115 | 114 |
| Binary | 11110001 | 10011100 | 10010010 | 0 | 100011 | 100111 | 101 | 110 | 1001101 | 1001100 |
Color Harmonies of #F19C92
Complementary color
Monochromatic Colors of #F19C92
Black with #F19C92
Text Example
Text Example
White with #F19C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C92; }
p { color: rgb(241,156,146); }
H1.HeaderClassName
{
color: #F19C92;
}
.AnyTagClassName
{
color: #F19C92;
}
</style>
background-color css
<style>
a { background-color: #F19C92; }
a { background-color: rgb(241,156,146); }
div.DivClassName
{
background-color: #F19C92;
}
.BgClassName
{
background-color: #F19C92;
}
</style>
border-color css
<style>
span { border-color: #F19C92; }
span { border-color: rgb(241,156,146); }
td.TdClassName
{
border-color: #F19C92;
}
.TagClassName
{
border-color: #F19C92;
}
</style>