Shades of Wild Strawberry #FF3488
Tints of Wild Strawberry #FF3488
RGB
CMYK
RGB Variations
Color information
#FF3488 (or 0xFF3488) is known color: Wild Strawberry. HEX triplet: FF, 34 and 88. RGB value is (255,52,136). Sum of RGB (Red+Green+Blue) = 255+52+136=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3488 is #00CB77. Grayscale: #7A7A7A. Windows color (decimal): -52088 or 8926463. OLE color: 8926463.
HSL color Cylindrical-coordinate representation of color #FF3488: hue angle of 335.17º 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 #FF3488 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 136 | - |
| CMYK | 0 | 0.80 | 0.47 | 0 |
| HSL | 335.17º | 1% | 0.6% | - |
| HSV(B) | 335.17º | 0.8% | 1% | - |
| XYZ | 46.91 | 25.49 | 25.74 | - |
| YUV | 122.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 136 | 0 | 0.80 | 0.47 | 0 | 335.17 | 1 | 0.6 |
| Hex | FF | 34 | 88 | 0 | 50 | 2F | 0 | 14F | 64 | 3C |
| Octal | 377 | 64 | 210 | 0 | 120 | 57 | 0 | 517 | 144 | 74 |
| Binary | 11111111 | 110100 | 10001000 | 0 | 1010000 | 101111 | 0 | 101001111 | 1100100 | 111100 |
Color Harmonies of #FF3488
Complementary color
Monochromatic Colors of #FF3488
Black with #FF3488
Text Example
Text Example
White with #FF3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3488; }
p { color: rgb(255,52,136); }
H1.HeaderClassName
{
color: #FF3488;
}
.AnyTagClassName
{
color: #FF3488;
}
</style>
background-color css
<style>
a { background-color: #FF3488; }
a { background-color: rgb(255,52,136); }
div.DivClassName
{
background-color: #FF3488;
}
.BgClassName
{
background-color: #FF3488;
}
</style>
border-color css
<style>
span { border-color: #FF3488; }
span { border-color: rgb(255,52,136); }
td.TdClassName
{
border-color: #FF3488;
}
.TagClassName
{
border-color: #FF3488;
}
</style>