Shades of Carissma #F17E8F
Tints of Carissma #F17E8F
RGB
CMYK
RGB Variations
Color information
#F17E8F (or 0xF17E8F) is known color: Carissma. HEX triplet: F1, 7E and 8F. RGB value is (241,126,143). Sum of RGB (Red+Green+Blue) = 241+126+143=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E8F is #0E8170. Grayscale: #A2A2A2. Windows color (decimal): -950641 or 9404145. OLE color: 9404145.
HSL color Cylindrical-coordinate representation of color #F17E8F: hue angle of 351.13º 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 #F17E8F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 143 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 351.13º | 0.8% | 0.72% | - |
| HSV(B) | 351.13º | 0.48% | 0.95% | - |
| XYZ | 48.69 | 35.61 | 30.29 | - |
| YUV | 162.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 143 | 0 | 0.48 | 0.41 | 0.05 | 351.13 | 0.8 | 0.72 |
| Hex | F1 | 7E | 8F | 0 | 30 | 29 | 5 | 15F | 50 | 48 |
| Octal | 361 | 176 | 217 | 0 | 60 | 51 | 5 | 537 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10001111 | 0 | 110000 | 101001 | 101 | 101011111 | 1010000 | 1001000 |
Color Harmonies of #F17E8F
Complementary color
Monochromatic Colors of #F17E8F
Black with #F17E8F
Text Example
Text Example
White with #F17E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E8F; }
p { color: rgb(241,126,143); }
H1.HeaderClassName
{
color: #F17E8F;
}
.AnyTagClassName
{
color: #F17E8F;
}
</style>
background-color css
<style>
a { background-color: #F17E8F; }
a { background-color: rgb(241,126,143); }
div.DivClassName
{
background-color: #F17E8F;
}
.BgClassName
{
background-color: #F17E8F;
}
</style>
border-color css
<style>
span { border-color: #F17E8F; }
span { border-color: rgb(241,126,143); }
td.TdClassName
{
border-color: #F17E8F;
}
.TagClassName
{
border-color: #F17E8F;
}
</style>