Shades of Radical Red #FF4250
Tints of Radical Red #FF4250
RGB
CMYK
RGB Variations
Color information
#FF4250 (or 0xFF4250) is known color: Radical Red. HEX triplet: FF, 42 and 50. RGB value is (255,66,80). Sum of RGB (Red+Green+Blue) = 255+66+80=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4250 is #00BDAF. Grayscale: #7C7C7C. Windows color (decimal): -48560 or 5260031. OLE color: 5260031.
HSL color Cylindrical-coordinate representation of color #FF4250: hue angle of 355.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4250 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 80 | - |
| CMYK | 0 | 0.74 | 0.69 | 0 |
| HSL | 355.56º | 1% | 0.63% | - |
| HSV(B) | 355.56º | 0.74% | 1% | - |
| XYZ | 44.64 | 25.74 | 10.2 | - |
| YUV | 124.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 80 | 0 | 0.74 | 0.69 | 0 | 355.56 | 1 | 0.63 |
| Hex | FF | 42 | 50 | 0 | 4A | 45 | 0 | 164 | 64 | 3F |
| Octal | 377 | 102 | 120 | 0 | 112 | 105 | 0 | 544 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1010000 | 0 | 1001010 | 1000101 | 0 | 101100100 | 1100100 | 111111 |
Color Harmonies of #FF4250
Complementary color
Monochromatic Colors of #FF4250
Black with #FF4250
Text Example
Text Example
White with #FF4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4250; }
p { color: rgb(255,66,80); }
H1.HeaderClassName
{
color: #FF4250;
}
.AnyTagClassName
{
color: #FF4250;
}
</style>
background-color css
<style>
a { background-color: #FF4250; }
a { background-color: rgb(255,66,80); }
div.DivClassName
{
background-color: #FF4250;
}
.BgClassName
{
background-color: #FF4250;
}
</style>
border-color css
<style>
span { border-color: #FF4250; }
span { border-color: rgb(255,66,80); }
td.TdClassName
{
border-color: #FF4250;
}
.TagClassName
{
border-color: #FF4250;
}
</style>