Shades of Sweet Pink #F18A8A
Tints of Sweet Pink #F18A8A
RGB
CMYK
RGB Variations
Color information
#F18A8A (or 0xF18A8A) is known color: Sweet Pink. HEX triplet: F1, 8A and 8A. RGB value is (241,138,138). Sum of RGB (Red+Green+Blue) = 241+138+138=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A8A is #0E7575. Grayscale: #A8A8A8. Windows color (decimal): -947574 or 9079537. OLE color: 9079537.
HSL color Cylindrical-coordinate representation of color #F18A8A: hue angle of 0º 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 #F18A8A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 138 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.05 |
| HSL | 0º | 0.79% | 0.74% | - |
| HSV(B) | 0º | 0.43% | 0.95% | - |
| XYZ | 49.95 | 38.71 | 28.88 | - |
| YUV | 168.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 138 | 0 | 0.43 | 0.43 | 0.05 | 0 | 0.79 | 0.74 |
| Hex | F1 | 8A | 8A | 0 | 2B | 2B | 5 | 0 | 4F | 4A |
| Octal | 361 | 212 | 212 | 0 | 53 | 53 | 5 | 0 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10001010 | 0 | 101011 | 101011 | 101 | 0 | 1001111 | 1001010 |
Color Harmonies of #F18A8A
Complementary color
Monochromatic Colors of #F18A8A
Black with #F18A8A
Text Example
Text Example
White with #F18A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A8A; }
p { color: rgb(241,138,138); }
H1.HeaderClassName
{
color: #F18A8A;
}
.AnyTagClassName
{
color: #F18A8A;
}
</style>
background-color css
<style>
a { background-color: #F18A8A; }
a { background-color: rgb(241,138,138); }
div.DivClassName
{
background-color: #F18A8A;
}
.BgClassName
{
background-color: #F18A8A;
}
</style>
border-color css
<style>
span { border-color: #F18A8A; }
span { border-color: rgb(241,138,138); }
td.TdClassName
{
border-color: #F18A8A;
}
.TagClassName
{
border-color: #F18A8A;
}
</style>