Shades of Carissma #F17D8C
Tints of Carissma #F17D8C
RGB
CMYK
RGB Variations
Color information
#F17D8C (or 0xF17D8C) is known color: Carissma. HEX triplet: F1, 7D and 8C. RGB value is (241,125,140). Sum of RGB (Red+Green+Blue) = 241+125+140=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8C is #0E8273. Grayscale: #A1A1A1. Windows color (decimal): -950900 or 9207281. OLE color: 9207281.
HSL color Cylindrical-coordinate representation of color #F17D8C: hue angle of 352.24º 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 #F17D8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 140 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.05 |
| HSL | 352.24º | 0.81% | 0.72% | - |
| HSV(B) | 352.24º | 0.48% | 0.95% | - |
| XYZ | 48.34 | 35.26 | 29.07 | - |
| YUV | 161.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 140 | 0 | 0.48 | 0.42 | 0.05 | 352.24 | 0.81 | 0.72 |
| Hex | F1 | 7D | 8C | 0 | 30 | 2A | 5 | 160 | 51 | 48 |
| Octal | 361 | 175 | 214 | 0 | 60 | 52 | 5 | 540 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10001100 | 0 | 110000 | 101010 | 101 | 101100000 | 1010001 | 1001000 |
Color Harmonies of #F17D8C
Complementary color
Monochromatic Colors of #F17D8C
Black with #F17D8C
Text Example
Text Example
White with #F17D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D8C; }
p { color: rgb(241,125,140); }
H1.HeaderClassName
{
color: #F17D8C;
}
.AnyTagClassName
{
color: #F17D8C;
}
</style>
background-color css
<style>
a { background-color: #F17D8C; }
a { background-color: rgb(241,125,140); }
div.DivClassName
{
background-color: #F17D8C;
}
.BgClassName
{
background-color: #F17D8C;
}
</style>
border-color css
<style>
span { border-color: #F17D8C; }
span { border-color: rgb(241,125,140); }
td.TdClassName
{
border-color: #F17D8C;
}
.TagClassName
{
border-color: #F17D8C;
}
</style>