Shades of Carissma #F27593
Tints of Carissma #F27593
RGB
CMYK
RGB Variations
Color information
#F27593 (or 0xF27593) is known color: Carissma. HEX triplet: F2, 75 and 93. RGB value is (242,117,147). Sum of RGB (Red+Green+Blue) = 242+117+147=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27593 is #0D8A6C. Grayscale: #9D9D9D. Windows color (decimal): -887405 or 9663986. OLE color: 9663986.
HSL color Cylindrical-coordinate representation of color #F27593: hue angle of 345.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27593 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 147 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.05 |
| HSL | 345.6º | 0.83% | 0.7% | - |
| HSV(B) | 345.6º | 0.52% | 0.95% | - |
| XYZ | 48.25 | 33.71 | 31.57 | - |
| YUV | 157.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 147 | 0 | 0.52 | 0.39 | 0.05 | 345.6 | 0.83 | 0.7 |
| Hex | F2 | 75 | 93 | 0 | 34 | 27 | 5 | 15A | 53 | 46 |
| Octal | 362 | 165 | 223 | 0 | 64 | 47 | 5 | 532 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10010011 | 0 | 110100 | 100111 | 101 | 101011010 | 1010011 | 1000110 |
Color Harmonies of #F27593
Complementary color
Monochromatic Colors of #F27593
Black with #F27593
Text Example
Text Example
White with #F27593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27593; }
p { color: rgb(242,117,147); }
H1.HeaderClassName
{
color: #F27593;
}
.AnyTagClassName
{
color: #F27593;
}
</style>
background-color css
<style>
a { background-color: #F27593; }
a { background-color: rgb(242,117,147); }
div.DivClassName
{
background-color: #F27593;
}
.BgClassName
{
background-color: #F27593;
}
</style>
border-color css
<style>
span { border-color: #F27593; }
span { border-color: rgb(242,117,147); }
td.TdClassName
{
border-color: #F27593;
}
.TagClassName
{
border-color: #F27593;
}
</style>