Shades of Radical Red #FA236C
Tints of Radical Red #FA236C
RGB
CMYK
RGB Variations
Color information
#FA236C (or 0xFA236C) is known color: Radical Red. HEX triplet: FA, 23 and 6C. RGB value is (250,35,108). Sum of RGB (Red+Green+Blue) = 250+35+108=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA236C is #05DC93. Grayscale: #6B6B6B. Windows color (decimal): -384148 or 7087098. OLE color: 7087098.
HSL color Cylindrical-coordinate representation of color #FA236C: hue angle of 339.63º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA236C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 108 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.02 |
| HSL | 339.63º | 0.96% | 0.56% | - |
| HSV(B) | 339.63º | 0.86% | 0.98% | - |
| XYZ | 42.73 | 22.61 | 16.3 | - |
| YUV | 107.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 108 | 0 | 0.86 | 0.57 | 0.02 | 339.63 | 0.96 | 0.56 |
| Hex | FA | 23 | 6C | 0 | 56 | 39 | 2 | 154 | 60 | 38 |
| Octal | 372 | 43 | 154 | 0 | 126 | 71 | 2 | 524 | 140 | 70 |
| Binary | 11111010 | 100011 | 1101100 | 0 | 1010110 | 111001 | 10 | 101010100 | 1100000 | 111000 |
Color Harmonies of #FA236C
Complementary color
Monochromatic Colors of #FA236C
Black with #FA236C
Text Example
Text Example
White with #FA236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA236C; }
p { color: rgb(250,35,108); }
H1.HeaderClassName
{
color: #FA236C;
}
.AnyTagClassName
{
color: #FA236C;
}
</style>
background-color css
<style>
a { background-color: #FA236C; }
a { background-color: rgb(250,35,108); }
div.DivClassName
{
background-color: #FA236C;
}
.BgClassName
{
background-color: #FA236C;
}
</style>
border-color css
<style>
span { border-color: #FA236C; }
span { border-color: rgb(250,35,108); }
td.TdClassName
{
border-color: #FA236C;
}
.TagClassName
{
border-color: #FA236C;
}
</style>