Shades of Bittersweet #FD645A
Tints of Bittersweet #FD645A
RGB
CMYK
RGB Variations
Color information
#FD645A (or 0xFD645A) is known color: Bittersweet. HEX triplet: FD, 64 and 5A. RGB value is (253,100,90). Sum of RGB (Red+Green+Blue) = 253+100+90=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD645A is #029BA5. Grayscale: #909090. Windows color (decimal): -170918 or 5924093. OLE color: 5924093.
HSL color Cylindrical-coordinate representation of color #FD645A: hue angle of 3.68º 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 #FD645A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 90 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.01 |
| HSL | 3.68º | 0.98% | 0.67% | - |
| HSV(B) | 3.68º | 0.64% | 0.99% | - |
| XYZ | 46.91 | 30.74 | 13.13 | - |
| YUV | 144.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 90 | 0 | 0.60 | 0.64 | 0.01 | 3.68 | 0.98 | 0.67 |
| Hex | FD | 64 | 5A | 0 | 3C | 40 | 1 | 4 | 62 | 43 |
| Octal | 375 | 144 | 132 | 0 | 74 | 100 | 1 | 4 | 142 | 103 |
| Binary | 11111101 | 1100100 | 1011010 | 0 | 111100 | 1000000 | 1 | 100 | 1100010 | 1000011 |
Color Harmonies of #FD645A
Complementary color
Monochromatic Colors of #FD645A
Black with #FD645A
Text Example
Text Example
White with #FD645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD645A; }
p { color: rgb(253,100,90); }
H1.HeaderClassName
{
color: #FD645A;
}
.AnyTagClassName
{
color: #FD645A;
}
</style>
background-color css
<style>
a { background-color: #FD645A; }
a { background-color: rgb(253,100,90); }
div.DivClassName
{
background-color: #FD645A;
}
.BgClassName
{
background-color: #FD645A;
}
</style>
border-color css
<style>
span { border-color: #FD645A; }
span { border-color: rgb(253,100,90); }
td.TdClassName
{
border-color: #FD645A;
}
.TagClassName
{
border-color: #FD645A;
}
</style>