Shades of Coral Red #F23F3C
Tints of Coral Red #F23F3C
RGB
CMYK
RGB Variations
Color information
#F23F3C (or 0xF23F3C) is known color: Coral Red. HEX triplet: F2, 3F and 3C. RGB value is (242,63,60). Sum of RGB (Red+Green+Blue) = 242+63+60=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F3C is #0DC0C3. Grayscale: #747474. Windows color (decimal): -901316 or 3948530. OLE color: 3948530.
HSL color Cylindrical-coordinate representation of color #F23F3C: hue angle of 0.99º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23F3C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 60 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.05 |
| HSL | 0.99º | 0.88% | 0.59% | - |
| HSV(B) | 0.99º | 0.75% | 0.95% | - |
| XYZ | 39.21 | 22.76 | 6.6 | - |
| YUV | 116.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 60 | 0 | 0.74 | 0.75 | 0.05 | 0.99 | 0.88 | 0.59 |
| Hex | F2 | 3F | 3C | 0 | 4A | 4B | 5 | 1 | 58 | 3B |
| Octal | 362 | 77 | 74 | 0 | 112 | 113 | 5 | 1 | 130 | 73 |
| Binary | 11110010 | 111111 | 111100 | 0 | 1001010 | 1001011 | 101 | 1 | 1011000 | 111011 |
Color Harmonies of #F23F3C
Complementary color
Monochromatic Colors of #F23F3C
Black with #F23F3C
Text Example
Text Example
White with #F23F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F3C; }
p { color: rgb(242,63,60); }
H1.HeaderClassName
{
color: #F23F3C;
}
.AnyTagClassName
{
color: #F23F3C;
}
</style>
background-color css
<style>
a { background-color: #F23F3C; }
a { background-color: rgb(242,63,60); }
div.DivClassName
{
background-color: #F23F3C;
}
.BgClassName
{
background-color: #F23F3C;
}
</style>
border-color css
<style>
span { border-color: #F23F3C; }
span { border-color: rgb(242,63,60); }
td.TdClassName
{
border-color: #F23F3C;
}
.TagClassName
{
border-color: #F23F3C;
}
</style>