Shades of Coral #FB815B
Tints of Coral #FB815B
RGB
CMYK
RGB Variations
Color information
#FB815B (or 0xFB815B) is known color: Coral. HEX triplet: FB, 81 and 5B. RGB value is (251,129,91). Sum of RGB (Red+Green+Blue) = 251+129+91=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB815B is #047EA4. Grayscale: #A1A1A1. Windows color (decimal): -294565 or 5997051. OLE color: 5997051.
HSL color Cylindrical-coordinate representation of color #FB815B: hue angle of 14.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB815B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 14.25º | 0.95% | 0.67% | - |
| HSV(B) | 14.25º | 0.64% | 0.98% | - |
| XYZ | 49.52 | 36.97 | 14.42 | - |
| YUV | 161.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 91 | 0 | 0.49 | 0.64 | 0.02 | 14.25 | 0.95 | 0.67 |
| Hex | FB | 81 | 5B | 0 | 31 | 40 | 2 | E | 5F | 43 |
| Octal | 373 | 201 | 133 | 0 | 61 | 100 | 2 | 16 | 137 | 103 |
| Binary | 11111011 | 10000001 | 1011011 | 0 | 110001 | 1000000 | 10 | 1110 | 1011111 | 1000011 |
Color Harmonies of #FB815B
Complementary color
Monochromatic Colors of #FB815B
Black with #FB815B
Text Example
Text Example
White with #FB815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB815B; }
p { color: rgb(251,129,91); }
H1.HeaderClassName
{
color: #FB815B;
}
.AnyTagClassName
{
color: #FB815B;
}
</style>
background-color css
<style>
a { background-color: #FB815B; }
a { background-color: rgb(251,129,91); }
div.DivClassName
{
background-color: #FB815B;
}
.BgClassName
{
background-color: #FB815B;
}
</style>
border-color css
<style>
span { border-color: #FB815B; }
span { border-color: rgb(251,129,91); }
td.TdClassName
{
border-color: #FB815B;
}
.TagClassName
{
border-color: #FB815B;
}
</style>