Shades of Radical Red #FF4267
Tints of Radical Red #FF4267
RGB
CMYK
RGB Variations
Color information
#FF4267 (or 0xFF4267) is known color: Radical Red. HEX triplet: FF, 42 and 67. RGB value is (255,66,103). Sum of RGB (Red+Green+Blue) = 255+66+103=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4267 is #00BD98. Grayscale: #7E7E7E. Windows color (decimal): -48537 or 6767359. OLE color: 6767359.
HSL color Cylindrical-coordinate representation of color #FF4267: hue angle of 348.25º 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 #FF4267 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 103 | - |
| CMYK | 0 | 0.74 | 0.60 | 0 |
| HSL | 348.25º | 1% | 0.63% | - |
| HSV(B) | 348.25º | 0.74% | 1% | - |
| XYZ | 45.64 | 26.14 | 15.47 | - |
| YUV | 126.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 103 | 0 | 0.74 | 0.60 | 0 | 348.25 | 1 | 0.63 |
| Hex | FF | 42 | 67 | 0 | 4A | 3C | 0 | 15C | 64 | 3F |
| Octal | 377 | 102 | 147 | 0 | 112 | 74 | 0 | 534 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1100111 | 0 | 1001010 | 111100 | 0 | 101011100 | 1100100 | 111111 |
Color Harmonies of #FF4267
Complementary color
Monochromatic Colors of #FF4267
Black with #FF4267
Text Example
Text Example
White with #FF4267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4267; }
p { color: rgb(255,66,103); }
H1.HeaderClassName
{
color: #FF4267;
}
.AnyTagClassName
{
color: #FF4267;
}
</style>
background-color css
<style>
a { background-color: #FF4267; }
a { background-color: rgb(255,66,103); }
div.DivClassName
{
background-color: #FF4267;
}
.BgClassName
{
background-color: #FF4267;
}
</style>
border-color css
<style>
span { border-color: #FF4267; }
span { border-color: rgb(255,66,103); }
td.TdClassName
{
border-color: #FF4267;
}
.TagClassName
{
border-color: #FF4267;
}
</style>