Shades of Radical Red #FF3E6C
Tints of Radical Red #FF3E6C
RGB
CMYK
RGB Variations
Color information
#FF3E6C (or 0xFF3E6C) is known color: Radical Red. HEX triplet: FF, 3E and 6C. RGB value is (255,62,108). Sum of RGB (Red+Green+Blue) = 255+62+108=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3E6C is #00C193. Grayscale: #7C7C7C. Windows color (decimal): -49556 or 7094015. OLE color: 7094015.
HSL color Cylindrical-coordinate representation of color #FF3E6C: hue angle of 345.7º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3E6C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 62 | 108 | - |
CMYK | 0 | 0.76 | 0.58 | 0 |
HSL | 345.7º | 1% | 0.62% | - |
HSV(B) | 345.7º | 0.76% | 1% | - |
XYZ | 45.67 | 25.79 | 16.76 | - |
YUV | 124.95 | 118.44 | 220.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 62 | 108 | 0 | 0.76 | 0.58 | 0 | 345.7 | 1 | 0.62 |
Hex | FF | 3E | 6C | 0 | 4C | 3A | 0 | 15A | 64 | 3E |
Octal | 377 | 76 | 154 | 0 | 114 | 72 | 0 | 532 | 144 | 76 |
Binary | 11111111 | 111110 | 1101100 | 0 | 1001100 | 111010 | 0 | 101011010 | 1100100 | 111110 |
Color Harmonies of #FF3E6C
Complementary color
Monochromatic Colors of #FF3E6C
Black with #FF3E6C
Text Example
Text Example
White with #FF3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E6C; }
p { color: rgb(255,62,108); }
H1.HeaderClassName
{
color: #FF3E6C;
}
.AnyTagClassName
{
color: #FF3E6C;
}
</style>
background-color css
<style>
a { background-color: #FF3E6C; }
a { background-color: rgb(255,62,108); }
div.DivClassName
{
background-color: #FF3E6C;
}
.BgClassName
{
background-color: #FF3E6C;
}
</style>
border-color css
<style>
span { border-color: #FF3E6C; }
span { border-color: rgb(255,62,108); }
td.TdClassName
{
border-color: #FF3E6C;
}
.TagClassName
{
border-color: #FF3E6C;
}
</style>