Shades of Bittersweet #FF6362
Tints of Bittersweet #FF6362
RGB
CMYK
RGB Variations
Color information
#FF6362 (or 0xFF6362) is known color: Bittersweet. HEX triplet: FF, 63 and 62. RGB value is (255,99,98). Sum of RGB (Red+Green+Blue) = 255+99+98=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6362 is #009C9D. Grayscale: #919191. Windows color (decimal): -40094 or 6448127. OLE color: 6448127.
HSL color Cylindrical-coordinate representation of color #FF6362: hue angle of 0.38º 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 #FF6362 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 98 | - |
| CMYK | 0 | 0.61 | 0.62 | 0 |
| HSL | 0.38º | 1% | 0.69% | - |
| HSV(B) | 0.38º | 0.62% | 1% | - |
| XYZ | 47.91 | 31.07 | 15.03 | - |
| YUV | 145.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 98 | 0 | 0.61 | 0.62 | 0 | 0.38 | 1 | 0.69 |
| Hex | FF | 63 | 62 | 0 | 3D | 3E | 0 | 0 | 64 | 45 |
| Octal | 377 | 143 | 142 | 0 | 75 | 76 | 0 | 0 | 144 | 105 |
| Binary | 11111111 | 1100011 | 1100010 | 0 | 111101 | 111110 | 0 | 0 | 1100100 | 1000101 |
Color Harmonies of #FF6362
Complementary color
Monochromatic Colors of #FF6362
Black with #FF6362
Text Example
Text Example
White with #FF6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6362; }
p { color: rgb(255,99,98); }
H1.HeaderClassName
{
color: #FF6362;
}
.AnyTagClassName
{
color: #FF6362;
}
</style>
background-color css
<style>
a { background-color: #FF6362; }
a { background-color: rgb(255,99,98); }
div.DivClassName
{
background-color: #FF6362;
}
.BgClassName
{
background-color: #FF6362;
}
</style>
border-color css
<style>
span { border-color: #FF6362; }
span { border-color: rgb(255,99,98); }
td.TdClassName
{
border-color: #FF6362;
}
.TagClassName
{
border-color: #FF6362;
}
</style>