Shades of Bittersweet #F6725A
Tints of Bittersweet #F6725A
RGB
CMYK
RGB Variations
Color information
#F6725A (or 0xF6725A) is known color: Bittersweet. HEX triplet: F6, 72 and 5A. RGB value is (246,114,90). Sum of RGB (Red+Green+Blue) = 246+114+90=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6725A is #098DA5. Grayscale: #969696. Windows color (decimal): -626086 or 5927670. OLE color: 5927670.
HSL color Cylindrical-coordinate representation of color #F6725A: hue angle of 9.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6725A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 90 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.04 |
| HSL | 9.23º | 0.9% | 0.66% | - |
| HSV(B) | 9.23º | 0.63% | 0.96% | - |
| XYZ | 45.87 | 32.37 | 13.5 | - |
| YUV | 150.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 90 | 0 | 0.54 | 0.63 | 0.04 | 9.23 | 0.9 | 0.66 |
| Hex | F6 | 72 | 5A | 0 | 36 | 3F | 4 | 9 | 5A | 42 |
| Octal | 366 | 162 | 132 | 0 | 66 | 77 | 4 | 11 | 132 | 102 |
| Binary | 11110110 | 1110010 | 1011010 | 0 | 110110 | 111111 | 100 | 1001 | 1011010 | 1000010 |
Color Harmonies of #F6725A
Complementary color
Monochromatic Colors of #F6725A
Black with #F6725A
Text Example
Text Example
White with #F6725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6725A; }
p { color: rgb(246,114,90); }
H1.HeaderClassName
{
color: #F6725A;
}
.AnyTagClassName
{
color: #F6725A;
}
</style>
background-color css
<style>
a { background-color: #F6725A; }
a { background-color: rgb(246,114,90); }
div.DivClassName
{
background-color: #F6725A;
}
.BgClassName
{
background-color: #F6725A;
}
</style>
border-color css
<style>
span { border-color: #F6725A; }
span { border-color: rgb(246,114,90); }
td.TdClassName
{
border-color: #F6725A;
}
.TagClassName
{
border-color: #F6725A;
}
</style>