Shades of Sweet Pink #FA8F8D
Tints of Sweet Pink #FA8F8D
RGB
CMYK
RGB Variations
Color information
#FA8F8D (or 0xFA8F8D) is known color: Sweet Pink. HEX triplet: FA, 8F and 8D. RGB value is (250,143,141). Sum of RGB (Red+Green+Blue) = 250+143+141=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F8D is #057072. Grayscale: #AEAEAE. Windows color (decimal): -356467 or 9277434. OLE color: 9277434.
HSL color Cylindrical-coordinate representation of color #FA8F8D: hue angle of 1.1º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8F8D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 141 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.02 |
| HSL | 1.1º | 0.92% | 0.77% | - |
| HSV(B) | 1.1º | 0.44% | 0.98% | - |
| XYZ | 54.05 | 41.89 | 30.44 | - |
| YUV | 174.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 141 | 0 | 0.43 | 0.44 | 0.02 | 1.1 | 0.92 | 0.77 |
| Hex | FA | 8F | 8D | 0 | 2B | 2C | 2 | 1 | 5C | 4D |
| Octal | 372 | 217 | 215 | 0 | 53 | 54 | 2 | 1 | 134 | 115 |
| Binary | 11111010 | 10001111 | 10001101 | 0 | 101011 | 101100 | 10 | 1 | 1011100 | 1001101 |
Color Harmonies of #FA8F8D
Complementary color
Monochromatic Colors of #FA8F8D
Black with #FA8F8D
Text Example
Text Example
White with #FA8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F8D; }
p { color: rgb(250,143,141); }
H1.HeaderClassName
{
color: #FA8F8D;
}
.AnyTagClassName
{
color: #FA8F8D;
}
</style>
background-color css
<style>
a { background-color: #FA8F8D; }
a { background-color: rgb(250,143,141); }
div.DivClassName
{
background-color: #FA8F8D;
}
.BgClassName
{
background-color: #FA8F8D;
}
</style>
border-color css
<style>
span { border-color: #FA8F8D; }
span { border-color: rgb(250,143,141); }
td.TdClassName
{
border-color: #FA8F8D;
}
.TagClassName
{
border-color: #FA8F8D;
}
</style>