Shades of Carissma #FC7E8A
Tints of Carissma #FC7E8A
RGB
CMYK
RGB Variations
Color information
#FC7E8A (or 0xFC7E8A) is known color: Carissma. HEX triplet: FC, 7E and 8A. RGB value is (252,126,138). Sum of RGB (Red+Green+Blue) = 252+126+138=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8A is #038175. Grayscale: #A5A5A5. Windows color (decimal): -229750 or 9076476. OLE color: 9076476.
HSL color Cylindrical-coordinate representation of color #FC7E8A: hue angle of 354.29º 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 #FC7E8A is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 138 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.01 |
| HSL | 354.29º | 0.95% | 0.74% | - |
| HSV(B) | 354.29º | 0.5% | 0.99% | - |
| XYZ | 52.19 | 37.45 | 28.52 | - |
| YUV | 165.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 138 | 0 | 0.5 | 0.45 | 0.01 | 354.29 | 0.95 | 0.74 |
| Hex | FC | 7E | 8A | 0 | 32 | 2D | 1 | 162 | 5F | 4A |
| Octal | 374 | 176 | 212 | 0 | 62 | 55 | 1 | 542 | 137 | 112 |
| Binary | 11111100 | 1111110 | 10001010 | 0 | 110010 | 101101 | 1 | 101100010 | 1011111 | 1001010 |
Color Harmonies of #FC7E8A
Complementary color
Monochromatic Colors of #FC7E8A
Black with #FC7E8A
Text Example
Text Example
White with #FC7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E8A; }
p { color: rgb(252,126,138); }
H1.HeaderClassName
{
color: #FC7E8A;
}
.AnyTagClassName
{
color: #FC7E8A;
}
</style>
background-color css
<style>
a { background-color: #FC7E8A; }
a { background-color: rgb(252,126,138); }
div.DivClassName
{
background-color: #FC7E8A;
}
.BgClassName
{
background-color: #FC7E8A;
}
</style>
border-color css
<style>
span { border-color: #FC7E8A; }
span { border-color: rgb(252,126,138); }
td.TdClassName
{
border-color: #FC7E8A;
}
.TagClassName
{
border-color: #FC7E8A;
}
</style>