Shades of Radical Red #FA335C
Tints of Radical Red #FA335C
RGB
CMYK
RGB Variations
Color information
#FA335C (or 0xFA335C) is known color: Radical Red. HEX triplet: FA, 33 and 5C. RGB value is (250,51,92). Sum of RGB (Red+Green+Blue) = 250+51+92=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA335C is #05CCA3. Grayscale: #737373. Windows color (decimal): -380068 or 6042618. OLE color: 6042618.
HSL color Cylindrical-coordinate representation of color #FA335C: hue angle of 347.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA335C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.64º | 0.95% | 0.59% | - |
| HSV(B) | 347.64º | 0.8% | 0.98% | - |
| XYZ | 42.54 | 23.46 | 12.41 | - |
| YUV | 115.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 92 | 0 | 0.80 | 0.63 | 0.02 | 347.64 | 0.95 | 0.59 |
| Hex | FA | 33 | 5C | 0 | 50 | 3F | 2 | 15C | 5F | 3B |
| Octal | 372 | 63 | 134 | 0 | 120 | 77 | 2 | 534 | 137 | 73 |
| Binary | 11111010 | 110011 | 1011100 | 0 | 1010000 | 111111 | 10 | 101011100 | 1011111 | 111011 |
Color Harmonies of #FA335C
Complementary color
Monochromatic Colors of #FA335C
Black with #FA335C
Text Example
Text Example
White with #FA335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA335C; }
p { color: rgb(250,51,92); }
H1.HeaderClassName
{
color: #FA335C;
}
.AnyTagClassName
{
color: #FA335C;
}
</style>
background-color css
<style>
a { background-color: #FA335C; }
a { background-color: rgb(250,51,92); }
div.DivClassName
{
background-color: #FA335C;
}
.BgClassName
{
background-color: #FA335C;
}
</style>
border-color css
<style>
span { border-color: #FA335C; }
span { border-color: rgb(250,51,92); }
td.TdClassName
{
border-color: #FA335C;
}
.TagClassName
{
border-color: #FA335C;
}
</style>