Shades of Carissma #FC7B8F
Tints of Carissma #FC7B8F
RGB
CMYK
RGB Variations
Color information
#FC7B8F (or 0xFC7B8F) is known color: Carissma. HEX triplet: FC, 7B and 8F. RGB value is (252,123,143). Sum of RGB (Red+Green+Blue) = 252+123+143=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B8F is #038470. Grayscale: #A3A3A3. Windows color (decimal): -230513 or 9403388. OLE color: 9403388.
HSL color Cylindrical-coordinate representation of color #FC7B8F: hue angle of 350.7º 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 #FC7B8F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 143 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.01 |
| HSL | 350.7º | 0.96% | 0.74% | - |
| HSV(B) | 350.7º | 0.51% | 0.99% | - |
| XYZ | 52.19 | 36.84 | 30.35 | - |
| YUV | 163.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 143 | 0 | 0.51 | 0.43 | 0.01 | 350.7 | 0.96 | 0.74 |
| Hex | FC | 7B | 8F | 0 | 33 | 2B | 1 | 15F | 60 | 4A |
| Octal | 374 | 173 | 217 | 0 | 63 | 53 | 1 | 537 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10001111 | 0 | 110011 | 101011 | 1 | 101011111 | 1100000 | 1001010 |
Color Harmonies of #FC7B8F
Complementary color
Monochromatic Colors of #FC7B8F
Black with #FC7B8F
Text Example
Text Example
White with #FC7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B8F; }
p { color: rgb(252,123,143); }
H1.HeaderClassName
{
color: #FC7B8F;
}
.AnyTagClassName
{
color: #FC7B8F;
}
</style>
background-color css
<style>
a { background-color: #FC7B8F; }
a { background-color: rgb(252,123,143); }
div.DivClassName
{
background-color: #FC7B8F;
}
.BgClassName
{
background-color: #FC7B8F;
}
</style>
border-color css
<style>
span { border-color: #FC7B8F; }
span { border-color: rgb(252,123,143); }
td.TdClassName
{
border-color: #FC7B8F;
}
.TagClassName
{
border-color: #FC7B8F;
}
</style>