Shades of Bittersweet #F2665B
Tints of Bittersweet #F2665B
RGB
CMYK
RGB Variations
Color information
#F2665B (or 0xF2665B) is known color: Bittersweet. HEX triplet: F2, 66 and 5B. RGB value is (242,102,91). Sum of RGB (Red+Green+Blue) = 242+102+91=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2665B is #0D99A4. Grayscale: #8E8E8E. Windows color (decimal): -891301 or 5990130. OLE color: 5990130.
HSL color Cylindrical-coordinate representation of color #F2665B: hue angle of 4.37º 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 #F2665B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.05 |
| HSL | 4.37º | 0.85% | 0.65% | - |
| HSV(B) | 4.37º | 0.62% | 0.95% | - |
| XYZ | 43.26 | 29.14 | 13.24 | - |
| YUV | 142.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 91 | 0 | 0.58 | 0.62 | 0.05 | 4.37 | 0.85 | 0.65 |
| Hex | F2 | 66 | 5B | 0 | 3A | 3E | 5 | 4 | 55 | 41 |
| Octal | 362 | 146 | 133 | 0 | 72 | 76 | 5 | 4 | 125 | 101 |
| Binary | 11110010 | 1100110 | 1011011 | 0 | 111010 | 111110 | 101 | 100 | 1010101 | 1000001 |
Color Harmonies of #F2665B
Complementary color
Monochromatic Colors of #F2665B
Black with #F2665B
Text Example
Text Example
White with #F2665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2665B; }
p { color: rgb(242,102,91); }
H1.HeaderClassName
{
color: #F2665B;
}
.AnyTagClassName
{
color: #F2665B;
}
</style>
background-color css
<style>
a { background-color: #F2665B; }
a { background-color: rgb(242,102,91); }
div.DivClassName
{
background-color: #F2665B;
}
.BgClassName
{
background-color: #F2665B;
}
</style>
border-color css
<style>
span { border-color: #F2665B; }
span { border-color: rgb(242,102,91); }
td.TdClassName
{
border-color: #F2665B;
}
.TagClassName
{
border-color: #F2665B;
}
</style>