Shades of Sweet Pink #FC8F8F
Tints of Sweet Pink #FC8F8F
RGB
CMYK
RGB Variations
Color information
#FC8F8F (or 0xFC8F8F) is known color: Sweet Pink. HEX triplet: FC, 8F and 8F. RGB value is (252,143,143). Sum of RGB (Red+Green+Blue) = 252+143+143=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F8F is #037070. Grayscale: #AFAFAF. Windows color (decimal): -225393 or 9408508. OLE color: 9408508.
HSL color Cylindrical-coordinate representation of color #FC8F8F: hue angle of 0º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8F8F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 143 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.01 |
| HSL | 0º | 0.95% | 0.77% | - |
| HSV(B) | 0º | 0.43% | 0.99% | - |
| XYZ | 54.93 | 42.32 | 31.26 | - |
| YUV | 175.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 143 | 0 | 0.43 | 0.43 | 0.01 | 0 | 0.95 | 0.77 |
| Hex | FC | 8F | 8F | 0 | 2B | 2B | 1 | 0 | 5F | 4D |
| Octal | 374 | 217 | 217 | 0 | 53 | 53 | 1 | 0 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10001111 | 0 | 101011 | 101011 | 1 | 0 | 1011111 | 1001101 |
Color Harmonies of #FC8F8F
Complementary color
Monochromatic Colors of #FC8F8F
Black with #FC8F8F
Text Example
Text Example
White with #FC8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F8F; }
p { color: rgb(252,143,143); }
H1.HeaderClassName
{
color: #FC8F8F;
}
.AnyTagClassName
{
color: #FC8F8F;
}
</style>
background-color css
<style>
a { background-color: #FC8F8F; }
a { background-color: rgb(252,143,143); }
div.DivClassName
{
background-color: #FC8F8F;
}
.BgClassName
{
background-color: #FC8F8F;
}
</style>
border-color css
<style>
span { border-color: #FC8F8F; }
span { border-color: rgb(252,143,143); }
td.TdClassName
{
border-color: #FC8F8F;
}
.TagClassName
{
border-color: #FC8F8F;
}
</style>