Shades of Carissma #FC7A90
Tints of Carissma #FC7A90
RGB
CMYK
RGB Variations
Color information
#FC7A90 (or 0xFC7A90) is known color: Carissma. HEX triplet: FC, 7A and 90. RGB value is (252,122,144). Sum of RGB (Red+Green+Blue) = 252+122+144=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A90 is #03856F. Grayscale: #A3A3A3. Windows color (decimal): -230768 or 9468668. OLE color: 9468668.
HSL color Cylindrical-coordinate representation of color #FC7A90: hue angle of 349.85º 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 #FC7A90 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 144 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.01 |
| HSL | 349.85º | 0.96% | 0.73% | - |
| HSV(B) | 349.85º | 0.52% | 0.99% | - |
| XYZ | 52.14 | 36.63 | 30.71 | - |
| YUV | 163.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 144 | 0 | 0.52 | 0.43 | 0.01 | 349.85 | 0.96 | 0.73 |
| Hex | FC | 7A | 90 | 0 | 34 | 2B | 1 | 15E | 60 | 49 |
| Octal | 374 | 172 | 220 | 0 | 64 | 53 | 1 | 536 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10010000 | 0 | 110100 | 101011 | 1 | 101011110 | 1100000 | 1001001 |
Color Harmonies of #FC7A90
Complementary color
Monochromatic Colors of #FC7A90
Black with #FC7A90
Text Example
Text Example
White with #FC7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A90; }
p { color: rgb(252,122,144); }
H1.HeaderClassName
{
color: #FC7A90;
}
.AnyTagClassName
{
color: #FC7A90;
}
</style>
background-color css
<style>
a { background-color: #FC7A90; }
a { background-color: rgb(252,122,144); }
div.DivClassName
{
background-color: #FC7A90;
}
.BgClassName
{
background-color: #FC7A90;
}
</style>
border-color css
<style>
span { border-color: #FC7A90; }
span { border-color: rgb(252,122,144); }
td.TdClassName
{
border-color: #FC7A90;
}
.TagClassName
{
border-color: #FC7A90;
}
</style>