Shades of Carissma #F17D8F
Tints of Carissma #F17D8F
RGB
CMYK
RGB Variations
Color information
#F17D8F (or 0xF17D8F) is known color: Carissma. HEX triplet: F1, 7D and 8F. RGB value is (241,125,143). Sum of RGB (Red+Green+Blue) = 241+125+143=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8F is #0E8270. Grayscale: #A1A1A1. Windows color (decimal): -950897 or 9403889. OLE color: 9403889.
HSL color Cylindrical-coordinate representation of color #F17D8F: hue angle of 350.69º degrees, saturation: 0.81, 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 #F17D8F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 143 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 350.69º | 0.81% | 0.72% | - |
| HSV(B) | 350.69º | 0.48% | 0.95% | - |
| XYZ | 48.57 | 35.35 | 30.25 | - |
| YUV | 161.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 143 | 0 | 0.48 | 0.41 | 0.05 | 350.69 | 0.81 | 0.72 |
| Hex | F1 | 7D | 8F | 0 | 30 | 29 | 5 | 15F | 51 | 48 |
| Octal | 361 | 175 | 217 | 0 | 60 | 51 | 5 | 537 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10001111 | 0 | 110000 | 101001 | 101 | 101011111 | 1010001 | 1001000 |
Color Harmonies of #F17D8F
Complementary color
Monochromatic Colors of #F17D8F
Black with #F17D8F
Text Example
Text Example
White with #F17D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D8F; }
p { color: rgb(241,125,143); }
H1.HeaderClassName
{
color: #F17D8F;
}
.AnyTagClassName
{
color: #F17D8F;
}
</style>
background-color css
<style>
a { background-color: #F17D8F; }
a { background-color: rgb(241,125,143); }
div.DivClassName
{
background-color: #F17D8F;
}
.BgClassName
{
background-color: #F17D8F;
}
</style>
border-color css
<style>
span { border-color: #F17D8F; }
span { border-color: rgb(241,125,143); }
td.TdClassName
{
border-color: #F17D8F;
}
.TagClassName
{
border-color: #F17D8F;
}
</style>