Shades of Bittersweet #FD7B5D
Tints of Bittersweet #FD7B5D
RGB
CMYK
RGB Variations
Color information
#FD7B5D (or 0xFD7B5D) is known color: Bittersweet. HEX triplet: FD, 7B and 5D. RGB value is (253,123,93). Sum of RGB (Red+Green+Blue) = 253+123+93=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B5D is #0284A2. Grayscale: #9E9E9E. Windows color (decimal): -165027 or 6126589. OLE color: 6126589.
HSL color Cylindrical-coordinate representation of color #FD7B5D: hue angle of 11.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD7B5D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 123 | 93 | - |
CMYK | 0 | 0.51 | 0.63 | 0.01 |
HSL | 11.25º | 0.98% | 0.68% | - |
HSV(B) | 11.25º | 0.63% | 0.99% | - |
XYZ | 49.57 | 35.84 | 14.66 | - |
YUV | 158.45 | 91.07 | 195.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 123 | 93 | 0 | 0.51 | 0.63 | 0.01 | 11.25 | 0.98 | 0.68 |
Hex | FD | 7B | 5D | 0 | 33 | 3F | 1 | B | 62 | 44 |
Octal | 375 | 173 | 135 | 0 | 63 | 77 | 1 | 13 | 142 | 104 |
Binary | 11111101 | 1111011 | 1011101 | 0 | 110011 | 111111 | 1 | 1011 | 1100010 | 1000100 |
Color Harmonies of #FD7B5D
Complementary color
Monochromatic Colors of #FD7B5D
Black with #FD7B5D
Text Example
Text Example
White with #FD7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B5D; }
p { color: rgb(253,123,93); }
H1.HeaderClassName
{
color: #FD7B5D;
}
.AnyTagClassName
{
color: #FD7B5D;
}
</style>
background-color css
<style>
a { background-color: #FD7B5D; }
a { background-color: rgb(253,123,93); }
div.DivClassName
{
background-color: #FD7B5D;
}
.BgClassName
{
background-color: #FD7B5D;
}
</style>
border-color css
<style>
span { border-color: #FD7B5D; }
span { border-color: rgb(253,123,93); }
td.TdClassName
{
border-color: #FD7B5D;
}
.TagClassName
{
border-color: #FD7B5D;
}
</style>