Shades of Carissma #FC7F8C
Tints of Carissma #FC7F8C
RGB
CMYK
RGB Variations
Color information
#FC7F8C (or 0xFC7F8C) is known color: Carissma. HEX triplet: FC, 7F and 8C. RGB value is (252,127,140). Sum of RGB (Red+Green+Blue) = 252+127+140=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F8C is #038073. Grayscale: #A5A5A5. Windows color (decimal): -229492 or 9207804. OLE color: 9207804.
HSL color Cylindrical-coordinate representation of color #FC7F8C: hue angle of 353.76º 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 #FC7F8C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 140 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.01 |
| HSL | 353.76º | 0.95% | 0.74% | - |
| HSV(B) | 353.76º | 0.5% | 0.99% | - |
| XYZ | 52.47 | 37.77 | 29.34 | - |
| YUV | 165.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 140 | 0 | 0.50 | 0.44 | 0.01 | 353.76 | 0.95 | 0.74 |
| Hex | FC | 7F | 8C | 0 | 32 | 2C | 1 | 162 | 5F | 4A |
| Octal | 374 | 177 | 214 | 0 | 62 | 54 | 1 | 542 | 137 | 112 |
| Binary | 11111100 | 1111111 | 10001100 | 0 | 110010 | 101100 | 1 | 101100010 | 1011111 | 1001010 |
Color Harmonies of #FC7F8C
Complementary color
Monochromatic Colors of #FC7F8C
Black with #FC7F8C
Text Example
Text Example
White with #FC7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F8C; }
p { color: rgb(252,127,140); }
H1.HeaderClassName
{
color: #FC7F8C;
}
.AnyTagClassName
{
color: #FC7F8C;
}
</style>
background-color css
<style>
a { background-color: #FC7F8C; }
a { background-color: rgb(252,127,140); }
div.DivClassName
{
background-color: #FC7F8C;
}
.BgClassName
{
background-color: #FC7F8C;
}
</style>
border-color css
<style>
span { border-color: #FC7F8C; }
span { border-color: rgb(252,127,140); }
td.TdClassName
{
border-color: #FC7F8C;
}
.TagClassName
{
border-color: #FC7F8C;
}
</style>