Shades of Light Coral #F3827F
Tints of Light Coral #F3827F
RGB
CMYK
RGB Variations
Color information
#F3827F (or 0xF3827F) is known color: Light Coral. HEX triplet: F3, 82 and 7F. RGB value is (243,130,127). Sum of RGB (Red+Green+Blue) = 243+130+127=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3827F is #0C7D80. Grayscale: #A3A3A3. Windows color (decimal): -818561 or 8356595. OLE color: 8356595.
HSL color Cylindrical-coordinate representation of color #F3827F: hue angle of 1.55º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F3827F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 127 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.05 |
| HSL | 1.55º | 0.83% | 0.73% | - |
| HSV(B) | 1.55º | 0.48% | 0.95% | - |
| XYZ | 48.78 | 36.55 | 24.56 | - |
| YUV | 163.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 127 | 0 | 0.47 | 0.48 | 0.05 | 1.55 | 0.83 | 0.73 |
| Hex | F3 | 82 | 7F | 0 | 2F | 30 | 5 | 2 | 53 | 49 |
| Octal | 363 | 202 | 177 | 0 | 57 | 60 | 5 | 2 | 123 | 111 |
| Binary | 11110011 | 10000010 | 1111111 | 0 | 101111 | 110000 | 101 | 10 | 1010011 | 1001001 |
Color Harmonies of #F3827F
Complementary color
Monochromatic Colors of #F3827F
Black with #F3827F
Text Example
Text Example
White with #F3827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3827F; }
p { color: rgb(243,130,127); }
H1.HeaderClassName
{
color: #F3827F;
}
.AnyTagClassName
{
color: #F3827F;
}
</style>
background-color css
<style>
a { background-color: #F3827F; }
a { background-color: rgb(243,130,127); }
div.DivClassName
{
background-color: #F3827F;
}
.BgClassName
{
background-color: #F3827F;
}
</style>
border-color css
<style>
span { border-color: #F3827F; }
span { border-color: rgb(243,130,127); }
td.TdClassName
{
border-color: #F3827F;
}
.TagClassName
{
border-color: #F3827F;
}
</style>