Shades of Sweet Pink #FA8A8A
Tints of Sweet Pink #FA8A8A
RGB
CMYK
RGB Variations
Color information
#FA8A8A (or 0xFA8A8A) is known color: Sweet Pink. HEX triplet: FA, 8A and 8A. RGB value is (250,138,138). Sum of RGB (Red+Green+Blue) = 250+138+138=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A8A is #057575. Grayscale: #ABABAB. Windows color (decimal): -357750 or 9079546. OLE color: 9079546.
HSL color Cylindrical-coordinate representation of color #FA8A8A: hue angle of 0º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8A8A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 138 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.02 |
| HSL | 0º | 0.92% | 0.76% | - |
| HSV(B) | 0º | 0.45% | 0.98% | - |
| XYZ | 53.1 | 40.34 | 29.03 | - |
| YUV | 171.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 138 | 0 | 0.45 | 0.45 | 0.02 | 0 | 0.92 | 0.76 |
| Hex | FA | 8A | 8A | 0 | 2D | 2D | 2 | 0 | 5C | 4C |
| Octal | 372 | 212 | 212 | 0 | 55 | 55 | 2 | 0 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10001010 | 0 | 101101 | 101101 | 10 | 0 | 1011100 | 1001100 |
Color Harmonies of #FA8A8A
Complementary color
Monochromatic Colors of #FA8A8A
Black with #FA8A8A
Text Example
Text Example
White with #FA8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A8A; }
p { color: rgb(250,138,138); }
H1.HeaderClassName
{
color: #FA8A8A;
}
.AnyTagClassName
{
color: #FA8A8A;
}
</style>
background-color css
<style>
a { background-color: #FA8A8A; }
a { background-color: rgb(250,138,138); }
div.DivClassName
{
background-color: #FA8A8A;
}
.BgClassName
{
background-color: #FA8A8A;
}
</style>
border-color css
<style>
span { border-color: #FA8A8A; }
span { border-color: rgb(250,138,138); }
td.TdClassName
{
border-color: #FA8A8A;
}
.TagClassName
{
border-color: #FA8A8A;
}
</style>