Shades of Sweet Pink #F1968C
Tints of Sweet Pink #F1968C
RGB
CMYK
RGB Variations
Color information
#F1968C (or 0xF1968C) is known color: Sweet Pink. HEX triplet: F1, 96 and 8C. RGB value is (241,150,140). Sum of RGB (Red+Green+Blue) = 241+150+140=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1968C is #0E6973. Grayscale: #B0B0B0. Windows color (decimal): -944500 or 9213681. OLE color: 9213681.
HSL color Cylindrical-coordinate representation of color #F1968C: hue angle of 5.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1968C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 140 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.94º | 0.78% | 0.75% | - |
| HSV(B) | 5.94º | 0.42% | 0.95% | - |
| XYZ | 51.92 | 42.41 | 30.26 | - |
| YUV | 176.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 140 | 0 | 0.38 | 0.42 | 0.05 | 5.94 | 0.78 | 0.75 |
| Hex | F1 | 96 | 8C | 0 | 26 | 2A | 5 | 6 | 4E | 4B |
| Octal | 361 | 226 | 214 | 0 | 46 | 52 | 5 | 6 | 116 | 113 |
| Binary | 11110001 | 10010110 | 10001100 | 0 | 100110 | 101010 | 101 | 110 | 1001110 | 1001011 |
Color Harmonies of #F1968C
Complementary color
Monochromatic Colors of #F1968C
Black with #F1968C
Text Example
Text Example
White with #F1968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1968C; }
p { color: rgb(241,150,140); }
H1.HeaderClassName
{
color: #F1968C;
}
.AnyTagClassName
{
color: #F1968C;
}
</style>
background-color css
<style>
a { background-color: #F1968C; }
a { background-color: rgb(241,150,140); }
div.DivClassName
{
background-color: #F1968C;
}
.BgClassName
{
background-color: #F1968C;
}
</style>
border-color css
<style>
span { border-color: #F1968C; }
span { border-color: rgb(241,150,140); }
td.TdClassName
{
border-color: #F1968C;
}
.TagClassName
{
border-color: #F1968C;
}
</style>