Shades of Bittersweet #F2665C
Tints of Bittersweet #F2665C
RGB
CMYK
RGB Variations
Color information
#F2665C (or 0xF2665C) is known color: Bittersweet. HEX triplet: F2, 66 and 5C. RGB value is (242,102,92). Sum of RGB (Red+Green+Blue) = 242+102+92=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2665C is #0D99A3. Grayscale: #8E8E8E. Windows color (decimal): -891300 or 6055666. OLE color: 6055666.
HSL color Cylindrical-coordinate representation of color #F2665C: hue angle of 4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2665C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 92 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.05 |
| HSL | 4º | 0.85% | 0.65% | - |
| HSV(B) | 4º | 0.62% | 0.95% | - |
| XYZ | 43.3 | 29.15 | 13.47 | - |
| YUV | 142.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 92 | 0 | 0.58 | 0.62 | 0.05 | 4 | 0.85 | 0.65 |
| Hex | F2 | 66 | 5C | 0 | 3A | 3E | 5 | 4 | 55 | 41 |
| Octal | 362 | 146 | 134 | 0 | 72 | 76 | 5 | 4 | 125 | 101 |
| Binary | 11110010 | 1100110 | 1011100 | 0 | 111010 | 111110 | 101 | 100 | 1010101 | 1000001 |
Color Harmonies of #F2665C
Complementary color
Monochromatic Colors of #F2665C
Black with #F2665C
Text Example
Text Example
White with #F2665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2665C; }
p { color: rgb(242,102,92); }
H1.HeaderClassName
{
color: #F2665C;
}
.AnyTagClassName
{
color: #F2665C;
}
</style>
background-color css
<style>
a { background-color: #F2665C; }
a { background-color: rgb(242,102,92); }
div.DivClassName
{
background-color: #F2665C;
}
.BgClassName
{
background-color: #F2665C;
}
</style>
border-color css
<style>
span { border-color: #F2665C; }
span { border-color: rgb(242,102,92); }
td.TdClassName
{
border-color: #F2665C;
}
.TagClassName
{
border-color: #F2665C;
}
</style>