Shades of Light Coral #FE7F7F
Tints of Light Coral #FE7F7F
RGB
CMYK
RGB Variations
Color information
#FE7F7F (or 0xFE7F7F) is known color: Light Coral. HEX triplet: FE, 7F and 7F. RGB value is (254,127,127). Sum of RGB (Red+Green+Blue) = 254+127+127=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7F is #018080. Grayscale: #A5A5A5. Windows color (decimal): -98433 or 8355838. OLE color: 8355838.
HSL color Cylindrical-coordinate representation of color #FE7F7F: hue angle of 0º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F7F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 127 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.00 |
| HSL | 0º | 0.98% | 0.75% | - |
| HSV(B) | 0º | 0.5% | 1% | - |
| XYZ | 52.29 | 37.78 | 24.62 | - |
| YUV | 164.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 127 | 0 | 0.50 | 0.50 | 0.00 | 0 | 0.98 | 0.75 |
| Hex | FE | 7F | 7F | 0 | 32 | 32 | 0 | 0 | 62 | 4B |
| Octal | 376 | 177 | 177 | 0 | 62 | 62 | 0 | 0 | 142 | 113 |
| Binary | 11111110 | 1111111 | 1111111 | 0 | 110010 | 110010 | 0 | 0 | 1100010 | 1001011 |
Color Harmonies of #FE7F7F
Complementary color
Monochromatic Colors of #FE7F7F
Black with #FE7F7F
Text Example
Text Example
White with #FE7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F7F; }
p { color: rgb(254,127,127); }
H1.HeaderClassName
{
color: #FE7F7F;
}
.AnyTagClassName
{
color: #FE7F7F;
}
</style>
background-color css
<style>
a { background-color: #FE7F7F; }
a { background-color: rgb(254,127,127); }
div.DivClassName
{
background-color: #FE7F7F;
}
.BgClassName
{
background-color: #FE7F7F;
}
</style>
border-color css
<style>
span { border-color: #FE7F7F; }
span { border-color: rgb(254,127,127); }
td.TdClassName
{
border-color: #FE7F7F;
}
.TagClassName
{
border-color: #FE7F7F;
}
</style>