Shades of Radical Red #F2476B
Tints of Radical Red #F2476B
RGB
CMYK
RGB Variations
Color information
#F2476B (or 0xF2476B) is known color: Radical Red. HEX triplet: F2, 47 and 6B. RGB value is (242,71,107). Sum of RGB (Red+Green+Blue) = 242+71+107=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2476B is #0DB894. Grayscale: #7E7E7E. Windows color (decimal): -899221 or 7030770. OLE color: 7030770.
HSL color Cylindrical-coordinate representation of color #F2476B: hue angle of 347.37º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2476B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 107 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.05 |
| HSL | 347.37º | 0.87% | 0.61% | - |
| HSV(B) | 347.37º | 0.71% | 0.95% | - |
| XYZ | 41.53 | 24.45 | 16.44 | - |
| YUV | 126.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 107 | 0 | 0.71 | 0.56 | 0.05 | 347.37 | 0.87 | 0.61 |
| Hex | F2 | 47 | 6B | 0 | 47 | 38 | 5 | 15B | 57 | 3D |
| Octal | 362 | 107 | 153 | 0 | 107 | 70 | 5 | 533 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1101011 | 0 | 1000111 | 111000 | 101 | 101011011 | 1010111 | 111101 |
Color Harmonies of #F2476B
Complementary color
Monochromatic Colors of #F2476B
Black with #F2476B
Text Example
Text Example
White with #F2476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2476B; }
p { color: rgb(242,71,107); }
H1.HeaderClassName
{
color: #F2476B;
}
.AnyTagClassName
{
color: #F2476B;
}
</style>
background-color css
<style>
a { background-color: #F2476B; }
a { background-color: rgb(242,71,107); }
div.DivClassName
{
background-color: #F2476B;
}
.BgClassName
{
background-color: #F2476B;
}
</style>
border-color css
<style>
span { border-color: #F2476B; }
span { border-color: rgb(242,71,107); }
td.TdClassName
{
border-color: #F2476B;
}
.TagClassName
{
border-color: #F2476B;
}
</style>