Shades of Carissma #FD7C8A
Tints of Carissma #FD7C8A
RGB
CMYK
RGB Variations
Color information
#FD7C8A (or 0xFD7C8A) is known color: Carissma. HEX triplet: FD, 7C and 8A. RGB value is (253,124,138). Sum of RGB (Red+Green+Blue) = 253+124+138=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C8A is #028375. Grayscale: #A4A4A4. Windows color (decimal): -164726 or 9075965. OLE color: 9075965.
HSL color Cylindrical-coordinate representation of color #FD7C8A: hue angle of 353.49º degrees, saturation: 0.97, 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 #FD7C8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 138 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 353.49º | 0.97% | 0.74% | - |
| HSV(B) | 353.49º | 0.51% | 0.99% | - |
| XYZ | 52.3 | 37.13 | 28.46 | - |
| YUV | 164.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 138 | 0 | 0.51 | 0.45 | 0.01 | 353.49 | 0.97 | 0.74 |
| Hex | FD | 7C | 8A | 0 | 33 | 2D | 1 | 161 | 61 | 4A |
| Octal | 375 | 174 | 212 | 0 | 63 | 55 | 1 | 541 | 141 | 112 |
| Binary | 11111101 | 1111100 | 10001010 | 0 | 110011 | 101101 | 1 | 101100001 | 1100001 | 1001010 |
Color Harmonies of #FD7C8A
Complementary color
Monochromatic Colors of #FD7C8A
Black with #FD7C8A
Text Example
Text Example
White with #FD7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C8A; }
p { color: rgb(253,124,138); }
H1.HeaderClassName
{
color: #FD7C8A;
}
.AnyTagClassName
{
color: #FD7C8A;
}
</style>
background-color css
<style>
a { background-color: #FD7C8A; }
a { background-color: rgb(253,124,138); }
div.DivClassName
{
background-color: #FD7C8A;
}
.BgClassName
{
background-color: #FD7C8A;
}
</style>
border-color css
<style>
span { border-color: #FD7C8A; }
span { border-color: rgb(253,124,138); }
td.TdClassName
{
border-color: #FD7C8A;
}
.TagClassName
{
border-color: #FD7C8A;
}
</style>