Shades of Carissma #FC7A8F
Tints of Carissma #FC7A8F
RGB
CMYK
RGB Variations
Color information
#FC7A8F (or 0xFC7A8F) is known color: Carissma. HEX triplet: FC, 7A and 8F. RGB value is (252,122,143). Sum of RGB (Red+Green+Blue) = 252+122+143=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8F is #038570. Grayscale: #A3A3A3. Windows color (decimal): -230769 or 9403132. OLE color: 9403132.
HSL color Cylindrical-coordinate representation of color #FC7A8F: hue angle of 350.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7A8F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 143 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.01 |
| HSL | 350.31º | 0.96% | 0.73% | - |
| HSV(B) | 350.31º | 0.52% | 0.99% | - |
| XYZ | 52.06 | 36.6 | 30.31 | - |
| YUV | 163.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 143 | 0 | 0.52 | 0.43 | 0.01 | 350.31 | 0.96 | 0.73 |
| Hex | FC | 7A | 8F | 0 | 34 | 2B | 1 | 15E | 60 | 49 |
| Octal | 374 | 172 | 217 | 0 | 64 | 53 | 1 | 536 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10001111 | 0 | 110100 | 101011 | 1 | 101011110 | 1100000 | 1001001 |
Color Harmonies of #FC7A8F
Complementary color
Monochromatic Colors of #FC7A8F
Black with #FC7A8F
Text Example
Text Example
White with #FC7A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A8F; }
p { color: rgb(252,122,143); }
H1.HeaderClassName
{
color: #FC7A8F;
}
.AnyTagClassName
{
color: #FC7A8F;
}
</style>
background-color css
<style>
a { background-color: #FC7A8F; }
a { background-color: rgb(252,122,143); }
div.DivClassName
{
background-color: #FC7A8F;
}
.BgClassName
{
background-color: #FC7A8F;
}
</style>
border-color css
<style>
span { border-color: #FC7A8F; }
span { border-color: rgb(252,122,143); }
td.TdClassName
{
border-color: #FC7A8F;
}
.TagClassName
{
border-color: #FC7A8F;
}
</style>