Shades of Carissma #FC7D88
Tints of Carissma #FC7D88
RGB
CMYK
RGB Variations
Color information
#FC7D88 (or 0xFC7D88) is known color: Carissma. HEX triplet: FC, 7D and 88. RGB value is (252,125,136). Sum of RGB (Red+Green+Blue) = 252+125+136=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D88 is #038277. Grayscale: #A4A4A4. Windows color (decimal): -230008 or 8945148. OLE color: 8945148.
HSL color Cylindrical-coordinate representation of color #FC7D88: hue angle of 354.8º 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 #FC7D88 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 136 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.01 |
| HSL | 354.8º | 0.95% | 0.74% | - |
| HSV(B) | 354.8º | 0.5% | 0.99% | - |
| XYZ | 51.92 | 37.14 | 27.72 | - |
| YUV | 164.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 136 | 0 | 0.50 | 0.46 | 0.01 | 354.8 | 0.95 | 0.74 |
| Hex | FC | 7D | 88 | 0 | 32 | 2E | 1 | 163 | 5F | 4A |
| Octal | 374 | 175 | 210 | 0 | 62 | 56 | 1 | 543 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10001000 | 0 | 110010 | 101110 | 1 | 101100011 | 1011111 | 1001010 |
Color Harmonies of #FC7D88
Complementary color
Monochromatic Colors of #FC7D88
Black with #FC7D88
Text Example
Text Example
White with #FC7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D88; }
p { color: rgb(252,125,136); }
H1.HeaderClassName
{
color: #FC7D88;
}
.AnyTagClassName
{
color: #FC7D88;
}
</style>
background-color css
<style>
a { background-color: #FC7D88; }
a { background-color: rgb(252,125,136); }
div.DivClassName
{
background-color: #FC7D88;
}
.BgClassName
{
background-color: #FC7D88;
}
</style>
border-color css
<style>
span { border-color: #FC7D88; }
span { border-color: rgb(252,125,136); }
td.TdClassName
{
border-color: #FC7D88;
}
.TagClassName
{
border-color: #FC7D88;
}
</style>