Shades of Sweet Pink #F18F8A
Tints of Sweet Pink #F18F8A
RGB
CMYK
RGB Variations
Color information
#F18F8A (or 0xF18F8A) is known color: Sweet Pink. HEX triplet: F1, 8F and 8A. RGB value is (241,143,138). Sum of RGB (Red+Green+Blue) = 241+143+138=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F8A is #0E7075. Grayscale: #ABABAB. Windows color (decimal): -946294 or 9080817. OLE color: 9080817.
HSL color Cylindrical-coordinate representation of color #F18F8A: hue angle of 2.91º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18F8A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 138 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.05 |
| HSL | 2.91º | 0.79% | 0.74% | - |
| HSV(B) | 2.91º | 0.43% | 0.95% | - |
| XYZ | 50.69 | 40.18 | 29.13 | - |
| YUV | 171.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 138 | 0 | 0.41 | 0.43 | 0.05 | 2.91 | 0.79 | 0.74 |
| Hex | F1 | 8F | 8A | 0 | 29 | 2B | 5 | 3 | 4F | 4A |
| Octal | 361 | 217 | 212 | 0 | 51 | 53 | 5 | 3 | 117 | 112 |
| Binary | 11110001 | 10001111 | 10001010 | 0 | 101001 | 101011 | 101 | 11 | 1001111 | 1001010 |
Color Harmonies of #F18F8A
Complementary color
Monochromatic Colors of #F18F8A
Black with #F18F8A
Text Example
Text Example
White with #F18F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F8A; }
p { color: rgb(241,143,138); }
H1.HeaderClassName
{
color: #F18F8A;
}
.AnyTagClassName
{
color: #F18F8A;
}
</style>
background-color css
<style>
a { background-color: #F18F8A; }
a { background-color: rgb(241,143,138); }
div.DivClassName
{
background-color: #F18F8A;
}
.BgClassName
{
background-color: #F18F8A;
}
</style>
border-color css
<style>
span { border-color: #F18F8A; }
span { border-color: rgb(241,143,138); }
td.TdClassName
{
border-color: #F18F8A;
}
.TagClassName
{
border-color: #F18F8A;
}
</style>