Shades of Radical Red #FF4258
Tints of Radical Red #FF4258
RGB
CMYK
RGB Variations
Color information
#FF4258 (or 0xFF4258) is known color: Radical Red. HEX triplet: FF, 42 and 58. RGB value is (255,66,88). Sum of RGB (Red+Green+Blue) = 255+66+88=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4258 is #00BDA7. Grayscale: #7D7D7D. Windows color (decimal): -48552 or 5784319. OLE color: 5784319.
HSL color Cylindrical-coordinate representation of color #FF4258: hue angle of 353.02º 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 #FF4258 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 88 | - |
| CMYK | 0 | 0.74 | 0.65 | 0 |
| HSL | 353.02º | 1% | 0.63% | - |
| HSV(B) | 353.02º | 0.74% | 1% | - |
| XYZ | 44.95 | 25.86 | 11.86 | - |
| YUV | 125.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 88 | 0 | 0.74 | 0.65 | 0 | 353.02 | 1 | 0.63 |
| Hex | FF | 42 | 58 | 0 | 4A | 41 | 0 | 161 | 64 | 3F |
| Octal | 377 | 102 | 130 | 0 | 112 | 101 | 0 | 541 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1011000 | 0 | 1001010 | 1000001 | 0 | 101100001 | 1100100 | 111111 |
Color Harmonies of #FF4258
Complementary color
Monochromatic Colors of #FF4258
Black with #FF4258
Text Example
Text Example
White with #FF4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4258; }
p { color: rgb(255,66,88); }
H1.HeaderClassName
{
color: #FF4258;
}
.AnyTagClassName
{
color: #FF4258;
}
</style>
background-color css
<style>
a { background-color: #FF4258; }
a { background-color: rgb(255,66,88); }
div.DivClassName
{
background-color: #FF4258;
}
.BgClassName
{
background-color: #FF4258;
}
</style>
border-color css
<style>
span { border-color: #FF4258; }
span { border-color: rgb(255,66,88); }
td.TdClassName
{
border-color: #FF4258;
}
.TagClassName
{
border-color: #FF4258;
}
</style>