Shades of Sweet Pink #F19892
Tints of Sweet Pink #F19892
RGB
CMYK
RGB Variations
Color information
#F19892 (or 0xF19892) is known color: Sweet Pink. HEX triplet: F1, 98 and 92. RGB value is (241,152,146). Sum of RGB (Red+Green+Blue) = 241+152+146=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19892 is #0E676D. Grayscale: #B2B2B2. Windows color (decimal): -943982 or 9607409. OLE color: 9607409.
HSL color Cylindrical-coordinate representation of color #F19892: hue angle of 3.79º 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 #F19892 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 146 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.05 |
| HSL | 3.79º | 0.77% | 0.76% | - |
| HSV(B) | 3.79º | 0.39% | 0.95% | - |
| XYZ | 52.69 | 43.23 | 32.76 | - |
| YUV | 177.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 146 | 0 | 0.37 | 0.39 | 0.05 | 3.79 | 0.77 | 0.76 |
| Hex | F1 | 98 | 92 | 0 | 25 | 27 | 5 | 4 | 4D | 4C |
| Octal | 361 | 230 | 222 | 0 | 45 | 47 | 5 | 4 | 115 | 114 |
| Binary | 11110001 | 10011000 | 10010010 | 0 | 100101 | 100111 | 101 | 100 | 1001101 | 1001100 |
Color Harmonies of #F19892
Complementary color
Monochromatic Colors of #F19892
Black with #F19892
Text Example
Text Example
White with #F19892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19892; }
p { color: rgb(241,152,146); }
H1.HeaderClassName
{
color: #F19892;
}
.AnyTagClassName
{
color: #F19892;
}
</style>
background-color css
<style>
a { background-color: #F19892; }
a { background-color: rgb(241,152,146); }
div.DivClassName
{
background-color: #F19892;
}
.BgClassName
{
background-color: #F19892;
}
</style>
border-color css
<style>
span { border-color: #F19892; }
span { border-color: rgb(241,152,146); }
td.TdClassName
{
border-color: #F19892;
}
.TagClassName
{
border-color: #F19892;
}
</style>