Shades of Carissma #F18285
Tints of Carissma #F18285
RGB
CMYK
RGB Variations
Color information
#F18285 (or 0xF18285) is known color: Carissma. HEX triplet: F1, 82 and 85. RGB value is (241,130,133). Sum of RGB (Red+Green+Blue) = 241+130+133=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18285 is #0E7D7A. Grayscale: #A3A3A3. Windows color (decimal): -949627 or 8749809. OLE color: 8749809.
HSL color Cylindrical-coordinate representation of color #F18285: hue angle of 358.38º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18285 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 133 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.05 |
| HSL | 358.38º | 0.8% | 0.73% | - |
| HSV(B) | 358.38º | 0.46% | 0.95% | - |
| XYZ | 48.49 | 36.36 | 26.65 | - |
| YUV | 163.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 133 | 0 | 0.46 | 0.45 | 0.05 | 358.38 | 0.8 | 0.73 |
| Hex | F1 | 82 | 85 | 0 | 2E | 2D | 5 | 166 | 50 | 49 |
| Octal | 361 | 202 | 205 | 0 | 56 | 55 | 5 | 546 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10000101 | 0 | 101110 | 101101 | 101 | 101100110 | 1010000 | 1001001 |
Color Harmonies of #F18285
Complementary color
Monochromatic Colors of #F18285
Black with #F18285
Text Example
Text Example
White with #F18285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18285; }
p { color: rgb(241,130,133); }
H1.HeaderClassName
{
color: #F18285;
}
.AnyTagClassName
{
color: #F18285;
}
</style>
background-color css
<style>
a { background-color: #F18285; }
a { background-color: rgb(241,130,133); }
div.DivClassName
{
background-color: #F18285;
}
.BgClassName
{
background-color: #F18285;
}
</style>
border-color css
<style>
span { border-color: #F18285; }
span { border-color: rgb(241,130,133); }
td.TdClassName
{
border-color: #F18285;
}
.TagClassName
{
border-color: #F18285;
}
</style>