Shades of Bittersweet #F2665F
Tints of Bittersweet #F2665F
RGB
CMYK
RGB Variations
Color information
#F2665F (or 0xF2665F) is known color: Bittersweet. HEX triplet: F2, 66 and 5F. RGB value is (242,102,95). Sum of RGB (Red+Green+Blue) = 242+102+95=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2665F is #0D99A0. Grayscale: #8F8F8F. Windows color (decimal): -891297 or 6252274. OLE color: 6252274.
HSL color Cylindrical-coordinate representation of color #F2665F: hue angle of 2.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2665F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 95 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.05 |
| HSL | 2.86º | 0.85% | 0.66% | - |
| HSV(B) | 2.86º | 0.61% | 0.95% | - |
| XYZ | 43.43 | 29.21 | 14.17 | - |
| YUV | 143.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 95 | 0 | 0.58 | 0.61 | 0.05 | 2.86 | 0.85 | 0.66 |
| Hex | F2 | 66 | 5F | 0 | 3A | 3D | 5 | 3 | 55 | 42 |
| Octal | 362 | 146 | 137 | 0 | 72 | 75 | 5 | 3 | 125 | 102 |
| Binary | 11110010 | 1100110 | 1011111 | 0 | 111010 | 111101 | 101 | 11 | 1010101 | 1000010 |
Color Harmonies of #F2665F
Complementary color
Monochromatic Colors of #F2665F
Black with #F2665F
Text Example
Text Example
White with #F2665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2665F; }
p { color: rgb(242,102,95); }
H1.HeaderClassName
{
color: #F2665F;
}
.AnyTagClassName
{
color: #F2665F;
}
</style>
background-color css
<style>
a { background-color: #F2665F; }
a { background-color: rgb(242,102,95); }
div.DivClassName
{
background-color: #F2665F;
}
.BgClassName
{
background-color: #F2665F;
}
</style>
border-color css
<style>
span { border-color: #F2665F; }
span { border-color: rgb(242,102,95); }
td.TdClassName
{
border-color: #F2665F;
}
.TagClassName
{
border-color: #F2665F;
}
</style>