Shades of Sweet Pink #F18F8F
Tints of Sweet Pink #F18F8F
RGB
CMYK
RGB Variations
Color information
#F18F8F (or 0xF18F8F) is known color: Sweet Pink. HEX triplet: F1, 8F and 8F. RGB value is (241,143,143). Sum of RGB (Red+Green+Blue) = 241+143+143=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F8F is #0E7070. Grayscale: #ACACAC. Windows color (decimal): -946289 or 9408497. OLE color: 9408497.
HSL color Cylindrical-coordinate representation of color #F18F8F: hue angle of 0º 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 #F18F8F is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 143 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.05 |
| HSL | 0º | 0.78% | 0.75% | - |
| HSV(B) | 0º | 0.41% | 0.95% | - |
| XYZ | 51.06 | 40.33 | 31.08 | - |
| YUV | 172.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 143 | 0 | 0.41 | 0.41 | 0.05 | 0 | 0.78 | 0.75 |
| Hex | F1 | 8F | 8F | 0 | 29 | 29 | 5 | 0 | 4E | 4B |
| Octal | 361 | 217 | 217 | 0 | 51 | 51 | 5 | 0 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10001111 | 0 | 101001 | 101001 | 101 | 0 | 1001110 | 1001011 |
Color Harmonies of #F18F8F
Complementary color
Monochromatic Colors of #F18F8F
Black with #F18F8F
Text Example
Text Example
White with #F18F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F8F; }
p { color: rgb(241,143,143); }
H1.HeaderClassName
{
color: #F18F8F;
}
.AnyTagClassName
{
color: #F18F8F;
}
</style>
background-color css
<style>
a { background-color: #F18F8F; }
a { background-color: rgb(241,143,143); }
div.DivClassName
{
background-color: #F18F8F;
}
.BgClassName
{
background-color: #F18F8F;
}
</style>
border-color css
<style>
span { border-color: #F18F8F; }
span { border-color: rgb(241,143,143); }
td.TdClassName
{
border-color: #F18F8F;
}
.TagClassName
{
border-color: #F18F8F;
}
</style>