Shades of Radical Red #FF2F66
Tints of Radical Red #FF2F66
RGB
CMYK
RGB Variations
Color information
#FF2F66 (or 0xFF2F66) is known color: Radical Red. HEX triplet: FF, 2F and 66. RGB value is (255,47,102). Sum of RGB (Red+Green+Blue) = 255+47+102=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F66 is #00D099. Grayscale: #737373. Windows color (decimal): -53402 or 6696959. OLE color: 6696959.
HSL color Cylindrical-coordinate representation of color #FF2F66: hue angle of 344.13º 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 #FF2F66 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 102 | - |
| CMYK | 0 | 0.82 | 0.6 | 0 |
| HSL | 344.13º | 1% | 0.59% | - |
| HSV(B) | 344.13º | 0.82% | 1% | - |
| XYZ | 44.65 | 24.25 | 14.9 | - |
| YUV | 115.46 | 120.41 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 102 | 0 | 0.82 | 0.6 | 0 | 344.13 | 1 | 0.59 |
| Hex | FF | 2F | 66 | 0 | 52 | 3C | 0 | 158 | 64 | 3B |
| Octal | 377 | 57 | 146 | 0 | 122 | 74 | 0 | 530 | 144 | 73 |
| Binary | 11111111 | 101111 | 1100110 | 0 | 1010010 | 111100 | 0 | 101011000 | 1100100 | 111011 |
Color Harmonies of #FF2F66
Complementary color
Monochromatic Colors of #FF2F66
Black with #FF2F66
Text Example
Text Example
White with #FF2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F66; }
p { color: rgb(255,47,102); }
H1.HeaderClassName
{
color: #FF2F66;
}
.AnyTagClassName
{
color: #FF2F66;
}
</style>
background-color css
<style>
a { background-color: #FF2F66; }
a { background-color: rgb(255,47,102); }
div.DivClassName
{
background-color: #FF2F66;
}
.BgClassName
{
background-color: #FF2F66;
}
</style>
border-color css
<style>
span { border-color: #FF2F66; }
span { border-color: rgb(255,47,102); }
td.TdClassName
{
border-color: #FF2F66;
}
.TagClassName
{
border-color: #FF2F66;
}
</style>