Shades of Wild Strawberry #FF3594
Tints of Wild Strawberry #FF3594
RGB
CMYK
RGB Variations
Color information
#FF3594 (or 0xFF3594) is known color: Wild Strawberry. HEX triplet: FF, 35 and 94. RGB value is (255,53,148). Sum of RGB (Red+Green+Blue) = 255+53+148=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3594 is #00CA6B. Grayscale: #7C7C7C. Windows color (decimal): -51820 or 9713151. OLE color: 9713151.
HSL color Cylindrical-coordinate representation of color #FF3594: hue angle of 331.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3594 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 148 | - |
| CMYK | 0 | 0.79 | 0.42 | 0 |
| HSL | 331.78º | 1% | 0.6% | - |
| HSV(B) | 331.78º | 0.79% | 1% | - |
| XYZ | 47.86 | 25.94 | 30.5 | - |
| YUV | 124.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 148 | 0 | 0.79 | 0.42 | 0 | 331.78 | 1 | 0.6 |
| Hex | FF | 35 | 94 | 0 | 4F | 2A | 0 | 14C | 64 | 3C |
| Octal | 377 | 65 | 224 | 0 | 117 | 52 | 0 | 514 | 144 | 74 |
| Binary | 11111111 | 110101 | 10010100 | 0 | 1001111 | 101010 | 0 | 101001100 | 1100100 | 111100 |
Color Harmonies of #FF3594
Complementary color
Monochromatic Colors of #FF3594
Black with #FF3594
Text Example
Text Example
White with #FF3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3594; }
p { color: rgb(255,53,148); }
H1.HeaderClassName
{
color: #FF3594;
}
.AnyTagClassName
{
color: #FF3594;
}
</style>
background-color css
<style>
a { background-color: #FF3594; }
a { background-color: rgb(255,53,148); }
div.DivClassName
{
background-color: #FF3594;
}
.BgClassName
{
background-color: #FF3594;
}
</style>
border-color css
<style>
span { border-color: #FF3594; }
span { border-color: rgb(255,53,148); }
td.TdClassName
{
border-color: #FF3594;
}
.TagClassName
{
border-color: #FF3594;
}
</style>