Shades of Carissma #FD7B90
Tints of Carissma #FD7B90
RGB
CMYK
RGB Variations
Color information
#FD7B90 (or 0xFD7B90) is known color: Carissma. HEX triplet: FD, 7B and 90. RGB value is (253,123,144). Sum of RGB (Red+Green+Blue) = 253+123+144=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B90 is #02846F. Grayscale: #A4A4A4. Windows color (decimal): -164976 or 9468925. OLE color: 9468925.
HSL color Cylindrical-coordinate representation of color #FD7B90: hue angle of 350.31º 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 #FD7B90 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 144 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.01 |
| HSL | 350.31º | 0.97% | 0.74% | - |
| HSV(B) | 350.31º | 0.51% | 0.99% | - |
| XYZ | 52.63 | 37.06 | 30.77 | - |
| YUV | 164.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 144 | 0 | 0.51 | 0.43 | 0.01 | 350.31 | 0.97 | 0.74 |
| Hex | FD | 7B | 90 | 0 | 33 | 2B | 1 | 15E | 61 | 4A |
| Octal | 375 | 173 | 220 | 0 | 63 | 53 | 1 | 536 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10010000 | 0 | 110011 | 101011 | 1 | 101011110 | 1100001 | 1001010 |
Color Harmonies of #FD7B90
Complementary color
Monochromatic Colors of #FD7B90
Black with #FD7B90
Text Example
Text Example
White with #FD7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B90; }
p { color: rgb(253,123,144); }
H1.HeaderClassName
{
color: #FD7B90;
}
.AnyTagClassName
{
color: #FD7B90;
}
</style>
background-color css
<style>
a { background-color: #FD7B90; }
a { background-color: rgb(253,123,144); }
div.DivClassName
{
background-color: #FD7B90;
}
.BgClassName
{
background-color: #FD7B90;
}
</style>
border-color css
<style>
span { border-color: #FD7B90; }
span { border-color: rgb(253,123,144); }
td.TdClassName
{
border-color: #FD7B90;
}
.TagClassName
{
border-color: #FD7B90;
}
</style>