Shades of Carissma #FD7D85
Tints of Carissma #FD7D85
RGB
CMYK
RGB Variations
Color information
#FD7D85 (or 0xFD7D85) is known color: Carissma. HEX triplet: FD, 7D and 85. RGB value is (253,125,133). Sum of RGB (Red+Green+Blue) = 253+125+133=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D85 is #02827A. Grayscale: #A4A4A4. Windows color (decimal): -164475 or 8748541. OLE color: 8748541.
HSL color Cylindrical-coordinate representation of color #FD7D85: hue angle of 356.25º 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 #FD7D85 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 133 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.01 |
| HSL | 356.25º | 0.97% | 0.74% | - |
| HSV(B) | 356.25º | 0.51% | 0.99% | - |
| XYZ | 52.08 | 37.24 | 26.63 | - |
| YUV | 164.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 133 | 0 | 0.51 | 0.47 | 0.01 | 356.25 | 0.97 | 0.74 |
| Hex | FD | 7D | 85 | 0 | 33 | 2F | 1 | 164 | 61 | 4A |
| Octal | 375 | 175 | 205 | 0 | 63 | 57 | 1 | 544 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10000101 | 0 | 110011 | 101111 | 1 | 101100100 | 1100001 | 1001010 |
Color Harmonies of #FD7D85
Complementary color
Monochromatic Colors of #FD7D85
Black with #FD7D85
Text Example
Text Example
White with #FD7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D85; }
p { color: rgb(253,125,133); }
H1.HeaderClassName
{
color: #FD7D85;
}
.AnyTagClassName
{
color: #FD7D85;
}
</style>
background-color css
<style>
a { background-color: #FD7D85; }
a { background-color: rgb(253,125,133); }
div.DivClassName
{
background-color: #FD7D85;
}
.BgClassName
{
background-color: #FD7D85;
}
</style>
border-color css
<style>
span { border-color: #FD7D85; }
span { border-color: rgb(253,125,133); }
td.TdClassName
{
border-color: #FD7D85;
}
.TagClassName
{
border-color: #FD7D85;
}
</style>