Shades of Coral Red #FB413F
Tints of Coral Red #FB413F
RGB
CMYK
RGB Variations
Color information
#FB413F (or 0xFB413F) is known color: Coral Red. HEX triplet: FB, 41 and 3F. RGB value is (251,65,63). Sum of RGB (Red+Green+Blue) = 251+65+63=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB413F is #04BEC0. Grayscale: #787878. Windows color (decimal): -310977 or 4145659. OLE color: 4145659.
HSL color Cylindrical-coordinate representation of color #FB413F: hue angle of 0.64º 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 #FB413F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.02 |
| HSL | 0.64º | 0.96% | 0.62% | - |
| HSV(B) | 0.64º | 0.75% | 0.98% | - |
| XYZ | 42.57 | 24.65 | 7.22 | - |
| YUV | 120.39 | 95.62 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 63 | 0 | 0.74 | 0.75 | 0.02 | 0.64 | 0.96 | 0.62 |
| Hex | FB | 41 | 3F | 0 | 4A | 4B | 2 | 1 | 60 | 3E |
| Octal | 373 | 101 | 77 | 0 | 112 | 113 | 2 | 1 | 140 | 76 |
| Binary | 11111011 | 1000001 | 111111 | 0 | 1001010 | 1001011 | 10 | 1 | 1100000 | 111110 |
Color Harmonies of #FB413F
Complementary color
Monochromatic Colors of #FB413F
Black with #FB413F
Text Example
Text Example
White with #FB413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB413F; }
p { color: rgb(251,65,63); }
H1.HeaderClassName
{
color: #FB413F;
}
.AnyTagClassName
{
color: #FB413F;
}
</style>
background-color css
<style>
a { background-color: #FB413F; }
a { background-color: rgb(251,65,63); }
div.DivClassName
{
background-color: #FB413F;
}
.BgClassName
{
background-color: #FB413F;
}
</style>
border-color css
<style>
span { border-color: #FB413F; }
span { border-color: rgb(251,65,63); }
td.TdClassName
{
border-color: #FB413F;
}
.TagClassName
{
border-color: #FB413F;
}
</style>