Shades of Carissma #F27D9A
Tints of Carissma #F27D9A
RGB
CMYK
RGB Variations
Color information
#F27D9A (or 0xF27D9A) is known color: Carissma. HEX triplet: F2, 7D and 9A. RGB value is (242,125,154). Sum of RGB (Red+Green+Blue) = 242+125+154=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D9A is #0D8265. Grayscale: #A3A3A3. Windows color (decimal): -885350 or 10124786. OLE color: 10124786.
HSL color Cylindrical-coordinate representation of color #F27D9A: hue angle of 345.13º 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 #F27D9A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 154 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.05 |
| HSL | 345.13º | 0.82% | 0.72% | - |
| HSV(B) | 345.13º | 0.48% | 0.95% | - |
| XYZ | 49.78 | 35.88 | 34.87 | - |
| YUV | 163.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 154 | 0 | 0.48 | 0.36 | 0.05 | 345.13 | 0.82 | 0.72 |
| Hex | F2 | 7D | 9A | 0 | 30 | 24 | 5 | 159 | 52 | 48 |
| Octal | 362 | 175 | 232 | 0 | 60 | 44 | 5 | 531 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10011010 | 0 | 110000 | 100100 | 101 | 101011001 | 1010010 | 1001000 |
Color Harmonies of #F27D9A
Complementary color
Monochromatic Colors of #F27D9A
Black with #F27D9A
Text Example
Text Example
White with #F27D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D9A; }
p { color: rgb(242,125,154); }
H1.HeaderClassName
{
color: #F27D9A;
}
.AnyTagClassName
{
color: #F27D9A;
}
</style>
background-color css
<style>
a { background-color: #F27D9A; }
a { background-color: rgb(242,125,154); }
div.DivClassName
{
background-color: #F27D9A;
}
.BgClassName
{
background-color: #F27D9A;
}
</style>
border-color css
<style>
span { border-color: #F27D9A; }
span { border-color: rgb(242,125,154); }
td.TdClassName
{
border-color: #F27D9A;
}
.TagClassName
{
border-color: #F27D9A;
}
</style>