Shades of Coral Red #FB4440
Tints of Coral Red #FB4440
RGB
CMYK
RGB Variations
Color information
#FB4440 (or 0xFB4440) is known color: Coral Red. HEX triplet: FB, 44 and 40. RGB value is (251,68,64). Sum of RGB (Red+Green+Blue) = 251+68+64=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4440 is #04BBBF. Grayscale: #7A7A7A. Windows color (decimal): -310208 or 4211963. OLE color: 4211963.
HSL color Cylindrical-coordinate representation of color #FB4440: hue angle of 1.28º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4440 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 64 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.02 |
| HSL | 1.28º | 0.96% | 0.62% | - |
| HSV(B) | 1.28º | 0.75% | 0.98% | - |
| XYZ | 42.78 | 25.01 | 7.42 | - |
| YUV | 122.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 64 | 0 | 0.73 | 0.75 | 0.02 | 1.28 | 0.96 | 0.62 |
| Hex | FB | 44 | 40 | 0 | 49 | 4B | 2 | 1 | 60 | 3E |
| Octal | 373 | 104 | 100 | 0 | 111 | 113 | 2 | 1 | 140 | 76 |
| Binary | 11111011 | 1000100 | 1000000 | 0 | 1001001 | 1001011 | 10 | 1 | 1100000 | 111110 |
Color Harmonies of #FB4440
Complementary color
Monochromatic Colors of #FB4440
Black with #FB4440
Text Example
Text Example
White with #FB4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4440; }
p { color: rgb(251,68,64); }
H1.HeaderClassName
{
color: #FB4440;
}
.AnyTagClassName
{
color: #FB4440;
}
</style>
background-color css
<style>
a { background-color: #FB4440; }
a { background-color: rgb(251,68,64); }
div.DivClassName
{
background-color: #FB4440;
}
.BgClassName
{
background-color: #FB4440;
}
</style>
border-color css
<style>
span { border-color: #FB4440; }
span { border-color: rgb(251,68,64); }
td.TdClassName
{
border-color: #FB4440;
}
.TagClassName
{
border-color: #FB4440;
}
</style>