Shades of Wild Strawberry #FF3487
Tints of Wild Strawberry #FF3487
RGB
CMYK
RGB Variations
Color information
#FF3487 (or 0xFF3487) is known color: Wild Strawberry. HEX triplet: FF, 34 and 87. RGB value is (255,52,135). Sum of RGB (Red+Green+Blue) = 255+52+135=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3487 is #00CB78. Grayscale: #7A7A7A. Windows color (decimal): -52089 or 8860927. OLE color: 8860927.
HSL color Cylindrical-coordinate representation of color #FF3487: hue angle of 335.47º 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 #FF3487 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 135 | - |
| CMYK | 0 | 0.80 | 0.47 | 0 |
| HSL | 335.47º | 1% | 0.6% | - |
| HSV(B) | 335.47º | 0.8% | 1% | - |
| XYZ | 46.84 | 25.47 | 25.37 | - |
| YUV | 122.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 135 | 0 | 0.80 | 0.47 | 0 | 335.47 | 1 | 0.6 |
| Hex | FF | 34 | 87 | 0 | 50 | 2F | 0 | 14F | 64 | 3C |
| Octal | 377 | 64 | 207 | 0 | 120 | 57 | 0 | 517 | 144 | 74 |
| Binary | 11111111 | 110100 | 10000111 | 0 | 1010000 | 101111 | 0 | 101001111 | 1100100 | 111100 |
Color Harmonies of #FF3487
Complementary color
Monochromatic Colors of #FF3487
Black with #FF3487
Text Example
Text Example
White with #FF3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3487; }
p { color: rgb(255,52,135); }
H1.HeaderClassName
{
color: #FF3487;
}
.AnyTagClassName
{
color: #FF3487;
}
</style>
background-color css
<style>
a { background-color: #FF3487; }
a { background-color: rgb(255,52,135); }
div.DivClassName
{
background-color: #FF3487;
}
.BgClassName
{
background-color: #FF3487;
}
</style>
border-color css
<style>
span { border-color: #FF3487; }
span { border-color: rgb(255,52,135); }
td.TdClassName
{
border-color: #FF3487;
}
.TagClassName
{
border-color: #FF3487;
}
</style>