Shades of Carissma #FC7D87
Tints of Carissma #FC7D87
RGB
CMYK
RGB Variations
Color information
#FC7D87 (or 0xFC7D87) is known color: Carissma. HEX triplet: FC, 7D and 87. RGB value is (252,125,135). Sum of RGB (Red+Green+Blue) = 252+125+135=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D87 is #038278. Grayscale: #A4A4A4. Windows color (decimal): -230009 or 8879612. OLE color: 8879612.
HSL color Cylindrical-coordinate representation of color #FC7D87: hue angle of 355.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7D87 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 135 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.01 |
| HSL | 355.28º | 0.95% | 0.74% | - |
| HSV(B) | 355.28º | 0.5% | 0.99% | - |
| XYZ | 51.85 | 37.11 | 27.35 | - |
| YUV | 164.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 135 | 0 | 0.50 | 0.46 | 0.01 | 355.28 | 0.95 | 0.74 |
| Hex | FC | 7D | 87 | 0 | 32 | 2E | 1 | 163 | 5F | 4A |
| Octal | 374 | 175 | 207 | 0 | 62 | 56 | 1 | 543 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10000111 | 0 | 110010 | 101110 | 1 | 101100011 | 1011111 | 1001010 |
Color Harmonies of #FC7D87
Complementary color
Monochromatic Colors of #FC7D87
Black with #FC7D87
Text Example
Text Example
White with #FC7D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D87; }
p { color: rgb(252,125,135); }
H1.HeaderClassName
{
color: #FC7D87;
}
.AnyTagClassName
{
color: #FC7D87;
}
</style>
background-color css
<style>
a { background-color: #FC7D87; }
a { background-color: rgb(252,125,135); }
div.DivClassName
{
background-color: #FC7D87;
}
.BgClassName
{
background-color: #FC7D87;
}
</style>
border-color css
<style>
span { border-color: #FC7D87; }
span { border-color: rgb(252,125,135); }
td.TdClassName
{
border-color: #FC7D87;
}
.TagClassName
{
border-color: #FC7D87;
}
</style>