Shades of Carissma #F27D92
Tints of Carissma #F27D92
RGB
CMYK
RGB Variations
Color information
#F27D92 (or 0xF27D92) is known color: Carissma. HEX triplet: F2, 7D and 92. RGB value is (242,125,146). Sum of RGB (Red+Green+Blue) = 242+125+146=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D92 is #0D826D. Grayscale: #A2A2A2. Windows color (decimal): -885358 or 9600498. OLE color: 9600498.
HSL color Cylindrical-coordinate representation of color #F27D92: hue angle of 349.23º degrees, saturation: 0.82, 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 #F27D92 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 146 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.05 |
| HSL | 349.23º | 0.82% | 0.72% | - |
| HSV(B) | 349.23º | 0.48% | 0.95% | - |
| XYZ | 49.14 | 35.62 | 31.48 | - |
| YUV | 162.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 146 | 0 | 0.48 | 0.40 | 0.05 | 349.23 | 0.82 | 0.72 |
| Hex | F2 | 7D | 92 | 0 | 30 | 28 | 5 | 15D | 52 | 48 |
| Octal | 362 | 175 | 222 | 0 | 60 | 50 | 5 | 535 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10010010 | 0 | 110000 | 101000 | 101 | 101011101 | 1010010 | 1001000 |
Color Harmonies of #F27D92
Complementary color
Monochromatic Colors of #F27D92
Black with #F27D92
Text Example
Text Example
White with #F27D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D92; }
p { color: rgb(242,125,146); }
H1.HeaderClassName
{
color: #F27D92;
}
.AnyTagClassName
{
color: #F27D92;
}
</style>
background-color css
<style>
a { background-color: #F27D92; }
a { background-color: rgb(242,125,146); }
div.DivClassName
{
background-color: #F27D92;
}
.BgClassName
{
background-color: #F27D92;
}
</style>
border-color css
<style>
span { border-color: #F27D92; }
span { border-color: rgb(242,125,146); }
td.TdClassName
{
border-color: #F27D92;
}
.TagClassName
{
border-color: #F27D92;
}
</style>