Shades of Carissma #F08189
Tints of Carissma #F08189
RGB
CMYK
RGB Variations
Color information
#F08189 (or 0xF08189) is known color: Carissma. HEX triplet: F0, 81 and 89. RGB value is (240,129,137). Sum of RGB (Red+Green+Blue) = 240+129+137=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08189 is #0F7E76. Grayscale: #A3A3A3. Windows color (decimal): -1015415 or 9011696. OLE color: 9011696.
HSL color Cylindrical-coordinate representation of color #F08189: hue angle of 355.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08189 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 137 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.06 |
| HSL | 355.68º | 0.79% | 0.72% | - |
| HSV(B) | 355.68º | 0.46% | 0.94% | - |
| XYZ | 48.3 | 36.03 | 28.08 | - |
| YUV | 163.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 137 | 0 | 0.46 | 0.43 | 0.06 | 355.68 | 0.79 | 0.72 |
| Hex | F0 | 81 | 89 | 0 | 2E | 2B | 6 | 164 | 4F | 48 |
| Octal | 360 | 201 | 211 | 0 | 56 | 53 | 6 | 544 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10001001 | 0 | 101110 | 101011 | 110 | 101100100 | 1001111 | 1001000 |
Color Harmonies of #F08189
Complementary color
Monochromatic Colors of #F08189
Black with #F08189
Text Example
Text Example
White with #F08189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08189; }
p { color: rgb(240,129,137); }
H1.HeaderClassName
{
color: #F08189;
}
.AnyTagClassName
{
color: #F08189;
}
</style>
background-color css
<style>
a { background-color: #F08189; }
a { background-color: rgb(240,129,137); }
div.DivClassName
{
background-color: #F08189;
}
.BgClassName
{
background-color: #F08189;
}
</style>
border-color css
<style>
span { border-color: #F08189; }
span { border-color: rgb(240,129,137); }
td.TdClassName
{
border-color: #F08189;
}
.TagClassName
{
border-color: #F08189;
}
</style>