Shades of Radical Red #F23D6B
Tints of Radical Red #F23D6B
RGB
CMYK
RGB Variations
Color information
#F23D6B (or 0xF23D6B) is known color: Radical Red. HEX triplet: F2, 3D and 6B. RGB value is (242,61,107). Sum of RGB (Red+Green+Blue) = 242+61+107=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D6B is #0DC294. Grayscale: #787878. Windows color (decimal): -901781 or 7028210. OLE color: 7028210.
HSL color Cylindrical-coordinate representation of color #F23D6B: hue angle of 344.75º degrees, saturation: 0.87, 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 #F23D6B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 107 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.05 |
| HSL | 344.75º | 0.87% | 0.59% | - |
| HSV(B) | 344.75º | 0.75% | 0.95% | - |
| XYZ | 40.94 | 23.28 | 16.24 | - |
| YUV | 120.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 107 | 0 | 0.75 | 0.56 | 0.05 | 344.75 | 0.87 | 0.59 |
| Hex | F2 | 3D | 6B | 0 | 4B | 38 | 5 | 159 | 57 | 3B |
| Octal | 362 | 75 | 153 | 0 | 113 | 70 | 5 | 531 | 127 | 73 |
| Binary | 11110010 | 111101 | 1101011 | 0 | 1001011 | 111000 | 101 | 101011001 | 1010111 | 111011 |
Color Harmonies of #F23D6B
Complementary color
Monochromatic Colors of #F23D6B
Black with #F23D6B
Text Example
Text Example
White with #F23D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D6B; }
p { color: rgb(242,61,107); }
H1.HeaderClassName
{
color: #F23D6B;
}
.AnyTagClassName
{
color: #F23D6B;
}
</style>
background-color css
<style>
a { background-color: #F23D6B; }
a { background-color: rgb(242,61,107); }
div.DivClassName
{
background-color: #F23D6B;
}
.BgClassName
{
background-color: #F23D6B;
}
</style>
border-color css
<style>
span { border-color: #F23D6B; }
span { border-color: rgb(242,61,107); }
td.TdClassName
{
border-color: #F23D6B;
}
.TagClassName
{
border-color: #F23D6B;
}
</style>