Shades of Radical Red #FF2F42
Tints of Radical Red #FF2F42
RGB
CMYK
RGB Variations
Color information
#FF2F42 (or 0xFF2F42) is known color: Radical Red. HEX triplet: FF, 2F and 42. RGB value is (255,47,66). Sum of RGB (Red+Green+Blue) = 255+47+66=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F42 is #00D0BD. Grayscale: #6F6F6F. Windows color (decimal): -53438 or 4337663. OLE color: 4337663.
HSL color Cylindrical-coordinate representation of color #FF2F42: hue angle of 354.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F42 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 66 | - |
| CMYK | 0 | 0.82 | 0.74 | 0 |
| HSL | 354.52º | 1% | 0.59% | - |
| HSV(B) | 354.52º | 0.82% | 1% | - |
| XYZ | 43.24 | 23.69 | 7.45 | - |
| YUV | 111.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 66 | 0 | 0.82 | 0.74 | 0 | 354.52 | 1 | 0.59 |
| Hex | FF | 2F | 42 | 0 | 52 | 4A | 0 | 163 | 64 | 3B |
| Octal | 377 | 57 | 102 | 0 | 122 | 112 | 0 | 543 | 144 | 73 |
| Binary | 11111111 | 101111 | 1000010 | 0 | 1010010 | 1001010 | 0 | 101100011 | 1100100 | 111011 |
Color Harmonies of #FF2F42
Complementary color
Monochromatic Colors of #FF2F42
Black with #FF2F42
Text Example
Text Example
White with #FF2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F42; }
p { color: rgb(255,47,66); }
H1.HeaderClassName
{
color: #FF2F42;
}
.AnyTagClassName
{
color: #FF2F42;
}
</style>
background-color css
<style>
a { background-color: #FF2F42; }
a { background-color: rgb(255,47,66); }
div.DivClassName
{
background-color: #FF2F42;
}
.BgClassName
{
background-color: #FF2F42;
}
</style>
border-color css
<style>
span { border-color: #FF2F42; }
span { border-color: rgb(255,47,66); }
td.TdClassName
{
border-color: #FF2F42;
}
.TagClassName
{
border-color: #FF2F42;
}
</style>