Shades of Carissma #FD7D90
Tints of Carissma #FD7D90
RGB
CMYK
RGB Variations
Color information
#FD7D90 (or 0xFD7D90) is known color: Carissma. HEX triplet: FD, 7D and 90. RGB value is (253,125,144). Sum of RGB (Red+Green+Blue) = 253+125+144=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D90 is #02826F. Grayscale: #A5A5A5. Windows color (decimal): -164464 or 9469437. OLE color: 9469437.
HSL color Cylindrical-coordinate representation of color #FD7D90: hue angle of 351.09º 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 #FD7D90 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 144 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.01 |
| HSL | 351.09º | 0.97% | 0.74% | - |
| HSV(B) | 351.09º | 0.51% | 0.99% | - |
| XYZ | 52.88 | 37.56 | 30.85 | - |
| YUV | 165.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 144 | 0 | 0.51 | 0.43 | 0.01 | 351.09 | 0.97 | 0.74 |
| Hex | FD | 7D | 90 | 0 | 33 | 2B | 1 | 15F | 61 | 4A |
| Octal | 375 | 175 | 220 | 0 | 63 | 53 | 1 | 537 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10010000 | 0 | 110011 | 101011 | 1 | 101011111 | 1100001 | 1001010 |
Color Harmonies of #FD7D90
Complementary color
Monochromatic Colors of #FD7D90
Black with #FD7D90
Text Example
Text Example
White with #FD7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D90; }
p { color: rgb(253,125,144); }
H1.HeaderClassName
{
color: #FD7D90;
}
.AnyTagClassName
{
color: #FD7D90;
}
</style>
background-color css
<style>
a { background-color: #FD7D90; }
a { background-color: rgb(253,125,144); }
div.DivClassName
{
background-color: #FD7D90;
}
.BgClassName
{
background-color: #FD7D90;
}
</style>
border-color css
<style>
span { border-color: #FD7D90; }
span { border-color: rgb(253,125,144); }
td.TdClassName
{
border-color: #FD7D90;
}
.TagClassName
{
border-color: #FD7D90;
}
</style>