Shades of Radical Red #FF4272
Tints of Radical Red #FF4272
RGB
CMYK
RGB Variations
Color information
#FF4272 (or 0xFF4272) is known color: Radical Red. HEX triplet: FF, 42 and 72. RGB value is (255,66,114). Sum of RGB (Red+Green+Blue) = 255+66+114=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4272 is #00BD8D. Grayscale: #7F7F7F. Windows color (decimal): -48526 or 7488255. OLE color: 7488255.
HSL color Cylindrical-coordinate representation of color #FF4272: hue angle of 344.76º 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 #FF4272 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0 |
| HSL | 344.76º | 1% | 0.63% | - |
| HSV(B) | 344.76º | 0.74% | 1% | - |
| XYZ | 46.23 | 26.37 | 18.57 | - |
| YUV | 127.98 | 120.12 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 114 | 0 | 0.74 | 0.55 | 0 | 344.76 | 1 | 0.63 |
| Hex | FF | 42 | 72 | 0 | 4A | 37 | 0 | 159 | 64 | 3F |
| Octal | 377 | 102 | 162 | 0 | 112 | 67 | 0 | 531 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1110010 | 0 | 1001010 | 110111 | 0 | 101011001 | 1100100 | 111111 |
Color Harmonies of #FF4272
Complementary color
Monochromatic Colors of #FF4272
Black with #FF4272
Text Example
Text Example
White with #FF4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4272; }
p { color: rgb(255,66,114); }
H1.HeaderClassName
{
color: #FF4272;
}
.AnyTagClassName
{
color: #FF4272;
}
</style>
background-color css
<style>
a { background-color: #FF4272; }
a { background-color: rgb(255,66,114); }
div.DivClassName
{
background-color: #FF4272;
}
.BgClassName
{
background-color: #FF4272;
}
</style>
border-color css
<style>
span { border-color: #FF4272; }
span { border-color: rgb(255,66,114); }
td.TdClassName
{
border-color: #FF4272;
}
.TagClassName
{
border-color: #FF4272;
}
</style>