Shades of Carissma #F67F8C
Tints of Carissma #F67F8C
RGB
CMYK
RGB Variations
Color information
#F67F8C (or 0xF67F8C) is known color: Carissma. HEX triplet: F6, 7F and 8C. RGB value is (246,127,140). Sum of RGB (Red+Green+Blue) = 246+127+140=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67F8C is #098073. Grayscale: #A4A4A4. Windows color (decimal): -622708 or 9207798. OLE color: 9207798.
HSL color Cylindrical-coordinate representation of color #F67F8C: hue angle of 353.45º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67F8C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 140 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.04 |
| HSL | 353.45º | 0.87% | 0.73% | - |
| HSV(B) | 353.45º | 0.48% | 0.96% | - |
| XYZ | 50.33 | 36.67 | 29.24 | - |
| YUV | 164.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 140 | 0 | 0.48 | 0.43 | 0.04 | 353.45 | 0.87 | 0.73 |
| Hex | F6 | 7F | 8C | 0 | 30 | 2B | 4 | 161 | 57 | 49 |
| Octal | 366 | 177 | 214 | 0 | 60 | 53 | 4 | 541 | 127 | 111 |
| Binary | 11110110 | 1111111 | 10001100 | 0 | 110000 | 101011 | 100 | 101100001 | 1010111 | 1001001 |
Color Harmonies of #F67F8C
Complementary color
Monochromatic Colors of #F67F8C
Black with #F67F8C
Text Example
Text Example
White with #F67F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F8C; }
p { color: rgb(246,127,140); }
H1.HeaderClassName
{
color: #F67F8C;
}
.AnyTagClassName
{
color: #F67F8C;
}
</style>
background-color css
<style>
a { background-color: #F67F8C; }
a { background-color: rgb(246,127,140); }
div.DivClassName
{
background-color: #F67F8C;
}
.BgClassName
{
background-color: #F67F8C;
}
</style>
border-color css
<style>
span { border-color: #F67F8C; }
span { border-color: rgb(246,127,140); }
td.TdClassName
{
border-color: #F67F8C;
}
.TagClassName
{
border-color: #F67F8C;
}
</style>