Shades of Radical Red #FF4263
Tints of Radical Red #FF4263
RGB
CMYK
RGB Variations
Color information
#FF4263 (or 0xFF4263) is known color: Radical Red. HEX triplet: FF, 42 and 63. RGB value is (255,66,99). Sum of RGB (Red+Green+Blue) = 255+66+99=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4263 is #00BD9C. Grayscale: #7E7E7E. Windows color (decimal): -48541 or 6505215. OLE color: 6505215.
HSL color Cylindrical-coordinate representation of color #FF4263: hue angle of 349.52º 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 #FF4263 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 99 | - |
| CMYK | 0 | 0.74 | 0.61 | 0 |
| HSL | 349.52º | 1% | 0.63% | - |
| HSV(B) | 349.52º | 0.74% | 1% | - |
| XYZ | 45.44 | 26.06 | 14.44 | - |
| YUV | 126.27 | 112.62 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 99 | 0 | 0.74 | 0.61 | 0 | 349.52 | 1 | 0.63 |
| Hex | FF | 42 | 63 | 0 | 4A | 3D | 0 | 15E | 64 | 3F |
| Octal | 377 | 102 | 143 | 0 | 112 | 75 | 0 | 536 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1100011 | 0 | 1001010 | 111101 | 0 | 101011110 | 1100100 | 111111 |
Color Harmonies of #FF4263
Complementary color
Monochromatic Colors of #FF4263
Black with #FF4263
Text Example
Text Example
White with #FF4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4263; }
p { color: rgb(255,66,99); }
H1.HeaderClassName
{
color: #FF4263;
}
.AnyTagClassName
{
color: #FF4263;
}
</style>
background-color css
<style>
a { background-color: #FF4263; }
a { background-color: rgb(255,66,99); }
div.DivClassName
{
background-color: #FF4263;
}
.BgClassName
{
background-color: #FF4263;
}
</style>
border-color css
<style>
span { border-color: #FF4263; }
span { border-color: rgb(255,66,99); }
td.TdClassName
{
border-color: #FF4263;
}
.TagClassName
{
border-color: #FF4263;
}
</style>