Shades of Light Coral #F2807B
Tints of Light Coral #F2807B
RGB
CMYK
RGB Variations
Color information
#F2807B (or 0xF2807B) is known color: Light Coral. HEX triplet: F2, 80 and 7B. RGB value is (242,128,123). Sum of RGB (Red+Green+Blue) = 242+128+123=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807B is #0D7F84. Grayscale: #A1A1A1. Windows color (decimal): -884613 or 8093938. OLE color: 8093938.
HSL color Cylindrical-coordinate representation of color #F2807B: hue angle of 2.52º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2807B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 123 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.05 |
| HSL | 2.52º | 0.82% | 0.72% | - |
| HSV(B) | 2.52º | 0.49% | 0.95% | - |
| XYZ | 47.91 | 35.75 | 23.11 | - |
| YUV | 161.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 123 | 0 | 0.47 | 0.49 | 0.05 | 2.52 | 0.82 | 0.72 |
| Hex | F2 | 80 | 7B | 0 | 2F | 31 | 5 | 3 | 52 | 48 |
| Octal | 362 | 200 | 173 | 0 | 57 | 61 | 5 | 3 | 122 | 110 |
| Binary | 11110010 | 10000000 | 1111011 | 0 | 101111 | 110001 | 101 | 11 | 1010010 | 1001000 |
Color Harmonies of #F2807B
Complementary color
Monochromatic Colors of #F2807B
Black with #F2807B
Text Example
Text Example
White with #F2807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2807B; }
p { color: rgb(242,128,123); }
H1.HeaderClassName
{
color: #F2807B;
}
.AnyTagClassName
{
color: #F2807B;
}
</style>
background-color css
<style>
a { background-color: #F2807B; }
a { background-color: rgb(242,128,123); }
div.DivClassName
{
background-color: #F2807B;
}
.BgClassName
{
background-color: #F2807B;
}
</style>
border-color css
<style>
span { border-color: #F2807B; }
span { border-color: rgb(242,128,123); }
td.TdClassName
{
border-color: #F2807B;
}
.TagClassName
{
border-color: #F2807B;
}
</style>