Shades of Light Coral #F9827E
Tints of Light Coral #F9827E
RGB
CMYK
RGB Variations
Color information
#F9827E (or 0xF9827E) is known color: Light Coral. HEX triplet: F9, 82 and 7E. RGB value is (249,130,126). Sum of RGB (Red+Green+Blue) = 249+130+126=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9827E is #067D81. Grayscale: #A5A5A5. Windows color (decimal): -425346 or 8291065. OLE color: 8291065.
HSL color Cylindrical-coordinate representation of color #F9827E: hue angle of 1.95º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9827E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 126 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.02 |
| HSL | 1.95º | 0.91% | 0.74% | - |
| HSV(B) | 1.95º | 0.49% | 0.98% | - |
| XYZ | 50.82 | 37.61 | 24.32 | - |
| YUV | 165.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 126 | 0 | 0.48 | 0.49 | 0.02 | 1.95 | 0.91 | 0.74 |
| Hex | F9 | 82 | 7E | 0 | 30 | 31 | 2 | 2 | 5B | 4A |
| Octal | 371 | 202 | 176 | 0 | 60 | 61 | 2 | 2 | 133 | 112 |
| Binary | 11111001 | 10000010 | 1111110 | 0 | 110000 | 110001 | 10 | 10 | 1011011 | 1001010 |
Color Harmonies of #F9827E
Complementary color
Monochromatic Colors of #F9827E
Black with #F9827E
Text Example
Text Example
White with #F9827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9827E; }
p { color: rgb(249,130,126); }
H1.HeaderClassName
{
color: #F9827E;
}
.AnyTagClassName
{
color: #F9827E;
}
</style>
background-color css
<style>
a { background-color: #F9827E; }
a { background-color: rgb(249,130,126); }
div.DivClassName
{
background-color: #F9827E;
}
.BgClassName
{
background-color: #F9827E;
}
</style>
border-color css
<style>
span { border-color: #F9827E; }
span { border-color: rgb(249,130,126); }
td.TdClassName
{
border-color: #F9827E;
}
.TagClassName
{
border-color: #F9827E;
}
</style>