Shades of Bittersweet #FF6262
Tints of Bittersweet #FF6262
RGB
CMYK
RGB Variations
Color information
#FF6262 (or 0xFF6262) is known color: Bittersweet. HEX triplet: FF, 62 and 62. RGB value is (255,98,98). Sum of RGB (Red+Green+Blue) = 255+98+98=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6262 is #009D9D. Grayscale: #919191. Windows color (decimal): -40350 or 6447871. OLE color: 6447871.
HSL color Cylindrical-coordinate representation of color #FF6262: hue angle of 0º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6262 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 98 | - |
| CMYK | 0 | 0.62 | 0.62 | 0 |
| HSL | 0º | 1% | 0.69% | - |
| HSV(B) | 0º | 0.62% | 1% | - |
| XYZ | 47.81 | 30.88 | 15 | - |
| YUV | 144.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 98 | 0 | 0.62 | 0.62 | 0 | 0 | 1 | 0.69 |
| Hex | FF | 62 | 62 | 0 | 3E | 3E | 0 | 0 | 64 | 45 |
| Octal | 377 | 142 | 142 | 0 | 76 | 76 | 0 | 0 | 144 | 105 |
| Binary | 11111111 | 1100010 | 1100010 | 0 | 111110 | 111110 | 0 | 0 | 1100100 | 1000101 |
Color Harmonies of #FF6262
Complementary color
Monochromatic Colors of #FF6262
Black with #FF6262
Text Example
Text Example
White with #FF6262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6262; }
p { color: rgb(255,98,98); }
H1.HeaderClassName
{
color: #FF6262;
}
.AnyTagClassName
{
color: #FF6262;
}
</style>
background-color css
<style>
a { background-color: #FF6262; }
a { background-color: rgb(255,98,98); }
div.DivClassName
{
background-color: #FF6262;
}
.BgClassName
{
background-color: #FF6262;
}
</style>
border-color css
<style>
span { border-color: #FF6262; }
span { border-color: rgb(255,98,98); }
td.TdClassName
{
border-color: #FF6262;
}
.TagClassName
{
border-color: #FF6262;
}
</style>