Shades of Carissma #FC7D91
Tints of Carissma #FC7D91
RGB
CMYK
RGB Variations
Color information
#FC7D91 (or 0xFC7D91) is known color: Carissma. HEX triplet: FC, 7D and 91. RGB value is (252,125,145). Sum of RGB (Red+Green+Blue) = 252+125+145=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D91 is #03826E. Grayscale: #A5A5A5. Windows color (decimal): -229999 or 9534972. OLE color: 9534972.
HSL color Cylindrical-coordinate representation of color #FC7D91: hue angle of 350.55º 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 #FC7D91 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 145 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.01 |
| HSL | 350.55º | 0.95% | 0.74% | - |
| HSV(B) | 350.55º | 0.5% | 0.99% | - |
| XYZ | 52.59 | 37.41 | 31.24 | - |
| YUV | 165.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 145 | 0 | 0.50 | 0.42 | 0.01 | 350.55 | 0.95 | 0.74 |
| Hex | FC | 7D | 91 | 0 | 32 | 2A | 1 | 15F | 5F | 4A |
| Octal | 374 | 175 | 221 | 0 | 62 | 52 | 1 | 537 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10010001 | 0 | 110010 | 101010 | 1 | 101011111 | 1011111 | 1001010 |
Color Harmonies of #FC7D91
Complementary color
Monochromatic Colors of #FC7D91
Black with #FC7D91
Text Example
Text Example
White with #FC7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D91; }
p { color: rgb(252,125,145); }
H1.HeaderClassName
{
color: #FC7D91;
}
.AnyTagClassName
{
color: #FC7D91;
}
</style>
background-color css
<style>
a { background-color: #FC7D91; }
a { background-color: rgb(252,125,145); }
div.DivClassName
{
background-color: #FC7D91;
}
.BgClassName
{
background-color: #FC7D91;
}
</style>
border-color css
<style>
span { border-color: #FC7D91; }
span { border-color: rgb(252,125,145); }
td.TdClassName
{
border-color: #FC7D91;
}
.TagClassName
{
border-color: #FC7D91;
}
</style>