Shades of Carissma #FC7B89
Tints of Carissma #FC7B89
RGB
CMYK
RGB Variations
Color information
#FC7B89 (or 0xFC7B89) is known color: Carissma. HEX triplet: FC, 7B and 89. RGB value is (252,123,137). Sum of RGB (Red+Green+Blue) = 252+123+137=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B89 is #038476. Grayscale: #A3A3A3. Windows color (decimal): -230519 or 9010172. OLE color: 9010172.
HSL color Cylindrical-coordinate representation of color #FC7B89: hue angle of 353.49º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7B89 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 137 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.01 |
| HSL | 353.49º | 0.96% | 0.74% | - |
| HSV(B) | 353.49º | 0.51% | 0.99% | - |
| XYZ | 51.74 | 36.67 | 28.02 | - |
| YUV | 163.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 137 | 0 | 0.51 | 0.46 | 0.01 | 353.49 | 0.96 | 0.74 |
| Hex | FC | 7B | 89 | 0 | 33 | 2E | 1 | 161 | 60 | 4A |
| Octal | 374 | 173 | 211 | 0 | 63 | 56 | 1 | 541 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10001001 | 0 | 110011 | 101110 | 1 | 101100001 | 1100000 | 1001010 |
Color Harmonies of #FC7B89
Complementary color
Monochromatic Colors of #FC7B89
Black with #FC7B89
Text Example
Text Example
White with #FC7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B89; }
p { color: rgb(252,123,137); }
H1.HeaderClassName
{
color: #FC7B89;
}
.AnyTagClassName
{
color: #FC7B89;
}
</style>
background-color css
<style>
a { background-color: #FC7B89; }
a { background-color: rgb(252,123,137); }
div.DivClassName
{
background-color: #FC7B89;
}
.BgClassName
{
background-color: #FC7B89;
}
</style>
border-color css
<style>
span { border-color: #FC7B89; }
span { border-color: rgb(252,123,137); }
td.TdClassName
{
border-color: #FC7B89;
}
.TagClassName
{
border-color: #FC7B89;
}
</style>