Shades of Radical Red #F2456B
Tints of Radical Red #F2456B
RGB
CMYK
RGB Variations
Color information
#F2456B (or 0xF2456B) is known color: Radical Red. HEX triplet: F2, 45 and 6B. RGB value is (242,69,107). Sum of RGB (Red+Green+Blue) = 242+69+107=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2456B is #0DBA94. Grayscale: #7D7D7D. Windows color (decimal): -899733 or 7030258. OLE color: 7030258.
HSL color Cylindrical-coordinate representation of color #F2456B: hue angle of 346.82º 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 #F2456B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 107 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.05 |
| HSL | 346.82º | 0.87% | 0.61% | - |
| HSV(B) | 346.82º | 0.71% | 0.95% | - |
| XYZ | 41.4 | 24.2 | 16.4 | - |
| YUV | 125.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 107 | 0 | 0.71 | 0.56 | 0.05 | 346.82 | 0.87 | 0.61 |
| Hex | F2 | 45 | 6B | 0 | 47 | 38 | 5 | 15B | 57 | 3D |
| Octal | 362 | 105 | 153 | 0 | 107 | 70 | 5 | 533 | 127 | 75 |
| Binary | 11110010 | 1000101 | 1101011 | 0 | 1000111 | 111000 | 101 | 101011011 | 1010111 | 111101 |
Color Harmonies of #F2456B
Complementary color
Monochromatic Colors of #F2456B
Black with #F2456B
Text Example
Text Example
White with #F2456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2456B; }
p { color: rgb(242,69,107); }
H1.HeaderClassName
{
color: #F2456B;
}
.AnyTagClassName
{
color: #F2456B;
}
</style>
background-color css
<style>
a { background-color: #F2456B; }
a { background-color: rgb(242,69,107); }
div.DivClassName
{
background-color: #F2456B;
}
.BgClassName
{
background-color: #F2456B;
}
</style>
border-color css
<style>
span { border-color: #F2456B; }
span { border-color: rgb(242,69,107); }
td.TdClassName
{
border-color: #F2456B;
}
.TagClassName
{
border-color: #F2456B;
}
</style>