Shades of Bittersweet #FD615A
Tints of Bittersweet #FD615A
RGB
CMYK
RGB Variations
Color information
#FD615A (or 0xFD615A) is known color: Bittersweet. HEX triplet: FD, 61 and 5A. RGB value is (253,97,90). Sum of RGB (Red+Green+Blue) = 253+97+90=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD615A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD615A is #029EA5. Grayscale: #8F8F8F. Windows color (decimal): -171686 or 5923325. OLE color: 5923325.
HSL color Cylindrical-coordinate representation of color #FD615A: hue angle of 2.58º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD615A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 90 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.01 |
| HSL | 2.58º | 0.98% | 0.67% | - |
| HSV(B) | 2.58º | 0.64% | 0.99% | - |
| XYZ | 46.63 | 30.17 | 13.04 | - |
| YUV | 142.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 90 | 0 | 0.62 | 0.64 | 0.01 | 2.58 | 0.98 | 0.67 |
| Hex | FD | 61 | 5A | 0 | 3E | 40 | 1 | 3 | 62 | 43 |
| Octal | 375 | 141 | 132 | 0 | 76 | 100 | 1 | 3 | 142 | 103 |
| Binary | 11111101 | 1100001 | 1011010 | 0 | 111110 | 1000000 | 1 | 11 | 1100010 | 1000011 |
Color Harmonies of #FD615A
Complementary color
Monochromatic Colors of #FD615A
Black with #FD615A
Text Example
Text Example
White with #FD615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD615A; }
p { color: rgb(253,97,90); }
H1.HeaderClassName
{
color: #FD615A;
}
.AnyTagClassName
{
color: #FD615A;
}
</style>
background-color css
<style>
a { background-color: #FD615A; }
a { background-color: rgb(253,97,90); }
div.DivClassName
{
background-color: #FD615A;
}
.BgClassName
{
background-color: #FD615A;
}
</style>
border-color css
<style>
span { border-color: #FD615A; }
span { border-color: rgb(253,97,90); }
td.TdClassName
{
border-color: #FD615A;
}
.TagClassName
{
border-color: #FD615A;
}
</style>