Shades of Radical Red #FF4363
Tints of Radical Red #FF4363
RGB
CMYK
RGB Variations
Color information
#FF4363 (or 0xFF4363) is known color: Radical Red. HEX triplet: FF, 43 and 63. RGB value is (255,67,99). Sum of RGB (Red+Green+Blue) = 255+67+99=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4363 is #00BC9C. Grayscale: #7E7E7E. Windows color (decimal): -48285 or 6505471. OLE color: 6505471.
HSL color Cylindrical-coordinate representation of color #FF4363: hue angle of 349.79º 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 #FF4363 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 99 | - |
| CMYK | 0 | 0.74 | 0.61 | 0 |
| HSL | 349.79º | 1% | 0.63% | - |
| HSV(B) | 349.79º | 0.74% | 1% | - |
| XYZ | 45.5 | 26.18 | 14.46 | - |
| YUV | 126.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 99 | 0 | 0.74 | 0.61 | 0 | 349.79 | 1 | 0.63 |
| Hex | FF | 43 | 63 | 0 | 4A | 3D | 0 | 15E | 64 | 3F |
| Octal | 377 | 103 | 143 | 0 | 112 | 75 | 0 | 536 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1100011 | 0 | 1001010 | 111101 | 0 | 101011110 | 1100100 | 111111 |
Color Harmonies of #FF4363
Complementary color
Monochromatic Colors of #FF4363
Black with #FF4363
Text Example
Text Example
White with #FF4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4363; }
p { color: rgb(255,67,99); }
H1.HeaderClassName
{
color: #FF4363;
}
.AnyTagClassName
{
color: #FF4363;
}
</style>
background-color css
<style>
a { background-color: #FF4363; }
a { background-color: rgb(255,67,99); }
div.DivClassName
{
background-color: #FF4363;
}
.BgClassName
{
background-color: #FF4363;
}
</style>
border-color css
<style>
span { border-color: #FF4363; }
span { border-color: rgb(255,67,99); }
td.TdClassName
{
border-color: #FF4363;
}
.TagClassName
{
border-color: #FF4363;
}
</style>