Shades of Sweet Pink #F19085
Tints of Sweet Pink #F19085
RGB
CMYK
RGB Variations
Color information
#F19085 (or 0xF19085) is known color: Sweet Pink. HEX triplet: F1, 90 and 85. RGB value is (241,144,133). Sum of RGB (Red+Green+Blue) = 241+144+133=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19085 is #0E6F7A. Grayscale: #ABABAB. Windows color (decimal): -946043 or 8753393. OLE color: 8753393.
HSL color Cylindrical-coordinate representation of color #F19085: hue angle of 6.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F19085 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 133 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.05 |
| HSL | 6.11º | 0.79% | 0.73% | - |
| HSV(B) | 6.11º | 0.45% | 0.95% | - |
| XYZ | 50.48 | 40.34 | 27.32 | - |
| YUV | 171.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 133 | 0 | 0.40 | 0.45 | 0.05 | 6.11 | 0.79 | 0.73 |
| Hex | F1 | 90 | 85 | 0 | 28 | 2D | 5 | 6 | 4F | 49 |
| Octal | 361 | 220 | 205 | 0 | 50 | 55 | 5 | 6 | 117 | 111 |
| Binary | 11110001 | 10010000 | 10000101 | 0 | 101000 | 101101 | 101 | 110 | 1001111 | 1001001 |
Color Harmonies of #F19085
Complementary color
Monochromatic Colors of #F19085
Black with #F19085
Text Example
Text Example
White with #F19085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19085; }
p { color: rgb(241,144,133); }
H1.HeaderClassName
{
color: #F19085;
}
.AnyTagClassName
{
color: #F19085;
}
</style>
background-color css
<style>
a { background-color: #F19085; }
a { background-color: rgb(241,144,133); }
div.DivClassName
{
background-color: #F19085;
}
.BgClassName
{
background-color: #F19085;
}
</style>
border-color css
<style>
span { border-color: #F19085; }
span { border-color: rgb(241,144,133); }
td.TdClassName
{
border-color: #F19085;
}
.TagClassName
{
border-color: #F19085;
}
</style>