Shades of Radical Red #FF3669
Tints of Radical Red #FF3669
RGB
CMYK
RGB Variations
Color information
#FF3669 (or 0xFF3669) is known color: Radical Red. HEX triplet: FF, 36 and 69. RGB value is (255,54,105). Sum of RGB (Red+Green+Blue) = 255+54+105=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3669 is #00C996. Grayscale: #777777. Windows color (decimal): -51607 or 6895359. OLE color: 6895359.
HSL color Cylindrical-coordinate representation of color #FF3669: hue angle of 344.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3669 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 105 | - |
| CMYK | 0 | 0.79 | 0.59 | 0 |
| HSL | 344.78º | 1% | 0.61% | - |
| HSV(B) | 344.78º | 0.79% | 1% | - |
| XYZ | 45.11 | 24.92 | 15.8 | - |
| YUV | 119.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 105 | 0 | 0.79 | 0.59 | 0 | 344.78 | 1 | 0.61 |
| Hex | FF | 36 | 69 | 0 | 4F | 3B | 0 | 159 | 64 | 3D |
| Octal | 377 | 66 | 151 | 0 | 117 | 73 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 110110 | 1101001 | 0 | 1001111 | 111011 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF3669
Complementary color
Monochromatic Colors of #FF3669
Black with #FF3669
Text Example
Text Example
White with #FF3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3669; }
p { color: rgb(255,54,105); }
H1.HeaderClassName
{
color: #FF3669;
}
.AnyTagClassName
{
color: #FF3669;
}
</style>
background-color css
<style>
a { background-color: #FF3669; }
a { background-color: rgb(255,54,105); }
div.DivClassName
{
background-color: #FF3669;
}
.BgClassName
{
background-color: #FF3669;
}
</style>
border-color css
<style>
span { border-color: #FF3669; }
span { border-color: rgb(255,54,105); }
td.TdClassName
{
border-color: #FF3669;
}
.TagClassName
{
border-color: #FF3669;
}
</style>