Shades of Sweet Pink #F1908F
Tints of Sweet Pink #F1908F
RGB
CMYK
RGB Variations
Color information
#F1908F (or 0xF1908F) is known color: Sweet Pink. HEX triplet: F1, 90 and 8F. RGB value is (241,144,143). Sum of RGB (Red+Green+Blue) = 241+144+143=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1908F is #0E6F70. Grayscale: #ACACAC. Windows color (decimal): -946033 or 9408753. OLE color: 9408753.
HSL color Cylindrical-coordinate representation of color #F1908F: hue angle of 0.61º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1908F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 143 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.05 |
| HSL | 0.61º | 0.78% | 0.75% | - |
| HSV(B) | 0.61º | 0.41% | 0.95% | - |
| XYZ | 51.21 | 40.63 | 31.13 | - |
| YUV | 172.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 143 | 0 | 0.40 | 0.41 | 0.05 | 0.61 | 0.78 | 0.75 |
| Hex | F1 | 90 | 8F | 0 | 28 | 29 | 5 | 1 | 4E | 4B |
| Octal | 361 | 220 | 217 | 0 | 50 | 51 | 5 | 1 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10001111 | 0 | 101000 | 101001 | 101 | 1 | 1001110 | 1001011 |
Color Harmonies of #F1908F
Complementary color
Monochromatic Colors of #F1908F
Black with #F1908F
Text Example
Text Example
White with #F1908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1908F; }
p { color: rgb(241,144,143); }
H1.HeaderClassName
{
color: #F1908F;
}
.AnyTagClassName
{
color: #F1908F;
}
</style>
background-color css
<style>
a { background-color: #F1908F; }
a { background-color: rgb(241,144,143); }
div.DivClassName
{
background-color: #F1908F;
}
.BgClassName
{
background-color: #F1908F;
}
</style>
border-color css
<style>
span { border-color: #F1908F; }
span { border-color: rgb(241,144,143); }
td.TdClassName
{
border-color: #F1908F;
}
.TagClassName
{
border-color: #F1908F;
}
</style>