Shades of Radical Red #FF4265
Tints of Radical Red #FF4265
RGB
CMYK
RGB Variations
Color information
#FF4265 (or 0xFF4265) is known color: Radical Red. HEX triplet: FF, 42 and 65. RGB value is (255,66,101). Sum of RGB (Red+Green+Blue) = 255+66+101=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4265 is #00BD9A. Grayscale: #7E7E7E. Windows color (decimal): -48539 or 6636287. OLE color: 6636287.
HSL color Cylindrical-coordinate representation of color #FF4265: hue angle of 348.89º 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 #FF4265 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 101 | - |
| CMYK | 0 | 0.74 | 0.60 | 0 |
| HSL | 348.89º | 1% | 0.63% | - |
| HSV(B) | 348.89º | 0.74% | 1% | - |
| XYZ | 45.54 | 26.1 | 14.95 | - |
| YUV | 126.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 101 | 0 | 0.74 | 0.60 | 0 | 348.89 | 1 | 0.63 |
| Hex | FF | 42 | 65 | 0 | 4A | 3C | 0 | 15D | 64 | 3F |
| Octal | 377 | 102 | 145 | 0 | 112 | 74 | 0 | 535 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1100101 | 0 | 1001010 | 111100 | 0 | 101011101 | 1100100 | 111111 |
Color Harmonies of #FF4265
Complementary color
Monochromatic Colors of #FF4265
Black with #FF4265
Text Example
Text Example
White with #FF4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4265; }
p { color: rgb(255,66,101); }
H1.HeaderClassName
{
color: #FF4265;
}
.AnyTagClassName
{
color: #FF4265;
}
</style>
background-color css
<style>
a { background-color: #FF4265; }
a { background-color: rgb(255,66,101); }
div.DivClassName
{
background-color: #FF4265;
}
.BgClassName
{
background-color: #FF4265;
}
</style>
border-color css
<style>
span { border-color: #FF4265; }
span { border-color: rgb(255,66,101); }
td.TdClassName
{
border-color: #FF4265;
}
.TagClassName
{
border-color: #FF4265;
}
</style>