Shades of Carissma #F58290
Tints of Carissma #F58290
RGB
CMYK
RGB Variations
Color information
#F58290 (or 0xF58290) is known color: Carissma. HEX triplet: F5, 82 and 90. RGB value is (245,130,144). Sum of RGB (Red+Green+Blue) = 245+130+144=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F58290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58290 is #0A7D6F. Grayscale: #A6A6A6. Windows color (decimal): -687472 or 9470709. OLE color: 9470709.
HSL color Cylindrical-coordinate representation of color #F58290: hue angle of 352.7º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58290 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 144 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.04 |
| HSL | 352.7º | 0.85% | 0.74% | - |
| HSV(B) | 352.7º | 0.47% | 0.96% | - |
| XYZ | 50.67 | 37.39 | 30.93 | - |
| YUV | 165.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 144 | 0 | 0.47 | 0.41 | 0.04 | 352.7 | 0.85 | 0.74 |
| Hex | F5 | 82 | 90 | 0 | 2F | 29 | 4 | 161 | 55 | 4A |
| Octal | 365 | 202 | 220 | 0 | 57 | 51 | 4 | 541 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10010000 | 0 | 101111 | 101001 | 100 | 101100001 | 1010101 | 1001010 |
Color Harmonies of #F58290
Complementary color
Monochromatic Colors of #F58290
Black with #F58290
Text Example
Text Example
White with #F58290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58290; }
p { color: rgb(245,130,144); }
H1.HeaderClassName
{
color: #F58290;
}
.AnyTagClassName
{
color: #F58290;
}
</style>
background-color css
<style>
a { background-color: #F58290; }
a { background-color: rgb(245,130,144); }
div.DivClassName
{
background-color: #F58290;
}
.BgClassName
{
background-color: #F58290;
}
</style>
border-color css
<style>
span { border-color: #F58290; }
span { border-color: rgb(245,130,144); }
td.TdClassName
{
border-color: #F58290;
}
.TagClassName
{
border-color: #F58290;
}
</style>