Shades of Carissma #F17E85
Tints of Carissma #F17E85
RGB
CMYK
RGB Variations
Color information
#F17E85 (or 0xF17E85) is known color: Carissma. HEX triplet: F1, 7E and 85. RGB value is (241,126,133). Sum of RGB (Red+Green+Blue) = 241+126+133=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E85 is #0E817A. Grayscale: #A1A1A1. Windows color (decimal): -950651 or 8748785. OLE color: 8748785.
HSL color Cylindrical-coordinate representation of color #F17E85: hue angle of 356.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17E85 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 133 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.05 |
| HSL | 356.35º | 0.8% | 0.72% | - |
| HSV(B) | 356.35º | 0.48% | 0.95% | - |
| XYZ | 47.97 | 35.32 | 26.48 | - |
| YUV | 161.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 133 | 0 | 0.48 | 0.45 | 0.05 | 356.35 | 0.8 | 0.72 |
| Hex | F1 | 7E | 85 | 0 | 30 | 2D | 5 | 164 | 50 | 48 |
| Octal | 361 | 176 | 205 | 0 | 60 | 55 | 5 | 544 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10000101 | 0 | 110000 | 101101 | 101 | 101100100 | 1010000 | 1001000 |
Color Harmonies of #F17E85
Complementary color
Monochromatic Colors of #F17E85
Black with #F17E85
Text Example
Text Example
White with #F17E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E85; }
p { color: rgb(241,126,133); }
H1.HeaderClassName
{
color: #F17E85;
}
.AnyTagClassName
{
color: #F17E85;
}
</style>
background-color css
<style>
a { background-color: #F17E85; }
a { background-color: rgb(241,126,133); }
div.DivClassName
{
background-color: #F17E85;
}
.BgClassName
{
background-color: #F17E85;
}
</style>
border-color css
<style>
span { border-color: #F17E85; }
span { border-color: rgb(241,126,133); }
td.TdClassName
{
border-color: #F17E85;
}
.TagClassName
{
border-color: #F17E85;
}
</style>