Shades of Wild Strawberry #FF3491
Tints of Wild Strawberry #FF3491
RGB
CMYK
RGB Variations
Color information
#FF3491 (or 0xFF3491) is known color: Wild Strawberry. HEX triplet: FF, 34 and 91. RGB value is (255,52,145). Sum of RGB (Red+Green+Blue) = 255+52+145=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3491 is #00CB6E. Grayscale: #7B7B7B. Windows color (decimal): -52079 or 9516287. OLE color: 9516287.
HSL color Cylindrical-coordinate representation of color #FF3491: hue angle of 332.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3491 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 145 | - |
| CMYK | 0 | 0.80 | 0.43 | 0 |
| HSL | 332.51º | 1% | 0.6% | - |
| HSV(B) | 332.51º | 0.8% | 1% | - |
| XYZ | 47.58 | 25.76 | 29.25 | - |
| YUV | 123.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 145 | 0 | 0.80 | 0.43 | 0 | 332.51 | 1 | 0.6 |
| Hex | FF | 34 | 91 | 0 | 50 | 2B | 0 | 14D | 64 | 3C |
| Octal | 377 | 64 | 221 | 0 | 120 | 53 | 0 | 515 | 144 | 74 |
| Binary | 11111111 | 110100 | 10010001 | 0 | 1010000 | 101011 | 0 | 101001101 | 1100100 | 111100 |
Color Harmonies of #FF3491
Complementary color
Monochromatic Colors of #FF3491
Black with #FF3491
Text Example
Text Example
White with #FF3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3491; }
p { color: rgb(255,52,145); }
H1.HeaderClassName
{
color: #FF3491;
}
.AnyTagClassName
{
color: #FF3491;
}
</style>
background-color css
<style>
a { background-color: #FF3491; }
a { background-color: rgb(255,52,145); }
div.DivClassName
{
background-color: #FF3491;
}
.BgClassName
{
background-color: #FF3491;
}
</style>
border-color css
<style>
span { border-color: #FF3491; }
span { border-color: rgb(255,52,145); }
td.TdClassName
{
border-color: #FF3491;
}
.TagClassName
{
border-color: #FF3491;
}
</style>