Shades of Radical Red #FF3F69
Tints of Radical Red #FF3F69
RGB
CMYK
RGB Variations
Color information
#FF3F69 (or 0xFF3F69) is known color: Radical Red. HEX triplet: FF, 3F and 69. RGB value is (255,63,105). Sum of RGB (Red+Green+Blue) = 255+63+105=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F69 is #00C096. Grayscale: #7D7D7D. Windows color (decimal): -49303 or 6897663. OLE color: 6897663.
HSL color Cylindrical-coordinate representation of color #FF3F69: hue angle of 346.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F69 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 105 | - |
| CMYK | 0 | 0.75 | 0.59 | 0 |
| HSL | 346.88º | 1% | 0.62% | - |
| HSV(B) | 346.88º | 0.75% | 1% | - |
| XYZ | 45.57 | 25.83 | 15.95 | - |
| YUV | 125.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 105 | 0 | 0.75 | 0.59 | 0 | 346.88 | 1 | 0.62 |
| Hex | FF | 3F | 69 | 0 | 4B | 3B | 0 | 15B | 64 | 3E |
| Octal | 377 | 77 | 151 | 0 | 113 | 73 | 0 | 533 | 144 | 76 |
| Binary | 11111111 | 111111 | 1101001 | 0 | 1001011 | 111011 | 0 | 101011011 | 1100100 | 111110 |
Color Harmonies of #FF3F69
Complementary color
Monochromatic Colors of #FF3F69
Black with #FF3F69
Text Example
Text Example
White with #FF3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F69; }
p { color: rgb(255,63,105); }
H1.HeaderClassName
{
color: #FF3F69;
}
.AnyTagClassName
{
color: #FF3F69;
}
</style>
background-color css
<style>
a { background-color: #FF3F69; }
a { background-color: rgb(255,63,105); }
div.DivClassName
{
background-color: #FF3F69;
}
.BgClassName
{
background-color: #FF3F69;
}
</style>
border-color css
<style>
span { border-color: #FF3F69; }
span { border-color: rgb(255,63,105); }
td.TdClassName
{
border-color: #FF3F69;
}
.TagClassName
{
border-color: #FF3F69;
}
</style>