Shades of Carissma #FC7D90
Tints of Carissma #FC7D90
RGB
CMYK
RGB Variations
Color information
#FC7D90 (or 0xFC7D90) is known color: Carissma. HEX triplet: FC, 7D and 90. RGB value is (252,125,144). Sum of RGB (Red+Green+Blue) = 252+125+144=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D90 is #03826F. Grayscale: #A5A5A5. Windows color (decimal): -230000 or 9469436. OLE color: 9469436.
HSL color Cylindrical-coordinate representation of color #FC7D90: hue angle of 351.02º 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 #FC7D90 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 144 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.01 |
| HSL | 351.02º | 0.95% | 0.74% | - |
| HSV(B) | 351.02º | 0.5% | 0.99% | - |
| XYZ | 52.51 | 37.38 | 30.83 | - |
| YUV | 165.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 144 | 0 | 0.50 | 0.43 | 0.01 | 351.02 | 0.95 | 0.74 |
| Hex | FC | 7D | 90 | 0 | 32 | 2B | 1 | 15F | 5F | 4A |
| Octal | 374 | 175 | 220 | 0 | 62 | 53 | 1 | 537 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10010000 | 0 | 110010 | 101011 | 1 | 101011111 | 1011111 | 1001010 |
Color Harmonies of #FC7D90
Complementary color
Monochromatic Colors of #FC7D90
Black with #FC7D90
Text Example
Text Example
White with #FC7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D90; }
p { color: rgb(252,125,144); }
H1.HeaderClassName
{
color: #FC7D90;
}
.AnyTagClassName
{
color: #FC7D90;
}
</style>
background-color css
<style>
a { background-color: #FC7D90; }
a { background-color: rgb(252,125,144); }
div.DivClassName
{
background-color: #FC7D90;
}
.BgClassName
{
background-color: #FC7D90;
}
</style>
border-color css
<style>
span { border-color: #FC7D90; }
span { border-color: rgb(252,125,144); }
td.TdClassName
{
border-color: #FC7D90;
}
.TagClassName
{
border-color: #FC7D90;
}
</style>