Shades of Carissma #FD7A8C
Tints of Carissma #FD7A8C
RGB
CMYK
RGB Variations
Color information
#FD7A8C (or 0xFD7A8C) is known color: Carissma. HEX triplet: FD, 7A and 8C. RGB value is (253,122,140). Sum of RGB (Red+Green+Blue) = 253+122+140=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A8C is #028573. Grayscale: #A3A3A3. Windows color (decimal): -165236 or 9206525. OLE color: 9206525.
HSL color Cylindrical-coordinate representation of color #FD7A8C: hue angle of 351.76º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A8C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 140 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.01 |
| HSL | 351.76º | 0.97% | 0.74% | - |
| HSV(B) | 351.76º | 0.52% | 0.99% | - |
| XYZ | 52.2 | 36.7 | 29.14 | - |
| YUV | 163.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 140 | 0 | 0.52 | 0.45 | 0.01 | 351.76 | 0.97 | 0.74 |
| Hex | FD | 7A | 8C | 0 | 34 | 2D | 1 | 160 | 61 | 4A |
| Octal | 375 | 172 | 214 | 0 | 64 | 55 | 1 | 540 | 141 | 112 |
| Binary | 11111101 | 1111010 | 10001100 | 0 | 110100 | 101101 | 1 | 101100000 | 1100001 | 1001010 |
Color Harmonies of #FD7A8C
Complementary color
Monochromatic Colors of #FD7A8C
Black with #FD7A8C
Text Example
Text Example
White with #FD7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A8C; }
p { color: rgb(253,122,140); }
H1.HeaderClassName
{
color: #FD7A8C;
}
.AnyTagClassName
{
color: #FD7A8C;
}
</style>
background-color css
<style>
a { background-color: #FD7A8C; }
a { background-color: rgb(253,122,140); }
div.DivClassName
{
background-color: #FD7A8C;
}
.BgClassName
{
background-color: #FD7A8C;
}
</style>
border-color css
<style>
span { border-color: #FD7A8C; }
span { border-color: rgb(253,122,140); }
td.TdClassName
{
border-color: #FD7A8C;
}
.TagClassName
{
border-color: #FD7A8C;
}
</style>