Shades of Carissma #F27D85
Tints of Carissma #F27D85
RGB
CMYK
RGB Variations
Color information
#F27D85 (or 0xF27D85) is known color: Carissma. HEX triplet: F2, 7D and 85. RGB value is (242,125,133). Sum of RGB (Red+Green+Blue) = 242+125+133=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D85 is #0D827A. Grayscale: #A0A0A0. Windows color (decimal): -885371 or 8748530. OLE color: 8748530.
HSL color Cylindrical-coordinate representation of color #F27D85: hue angle of 355.9º 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 #F27D85 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 133 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.05 |
| HSL | 355.9º | 0.82% | 0.72% | - |
| HSV(B) | 355.9º | 0.48% | 0.95% | - |
| XYZ | 48.19 | 35.24 | 26.45 | - |
| YUV | 160.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 133 | 0 | 0.48 | 0.45 | 0.05 | 355.9 | 0.82 | 0.72 |
| Hex | F2 | 7D | 85 | 0 | 30 | 2D | 5 | 164 | 52 | 48 |
| Octal | 362 | 175 | 205 | 0 | 60 | 55 | 5 | 544 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10000101 | 0 | 110000 | 101101 | 101 | 101100100 | 1010010 | 1001000 |
Color Harmonies of #F27D85
Complementary color
Monochromatic Colors of #F27D85
Black with #F27D85
Text Example
Text Example
White with #F27D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D85; }
p { color: rgb(242,125,133); }
H1.HeaderClassName
{
color: #F27D85;
}
.AnyTagClassName
{
color: #F27D85;
}
</style>
background-color css
<style>
a { background-color: #F27D85; }
a { background-color: rgb(242,125,133); }
div.DivClassName
{
background-color: #F27D85;
}
.BgClassName
{
background-color: #F27D85;
}
</style>
border-color css
<style>
span { border-color: #F27D85; }
span { border-color: rgb(242,125,133); }
td.TdClassName
{
border-color: #F27D85;
}
.TagClassName
{
border-color: #F27D85;
}
</style>