Shades of Wild Strawberry #FF359D
Tints of Wild Strawberry #FF359D
RGB
CMYK
RGB Variations
Color information
#FF359D (or 0xFF359D) is known color: Wild Strawberry. HEX triplet: FF, 35 and 9D. RGB value is (255,53,157). Sum of RGB (Red+Green+Blue) = 255+53+157=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF359D is #00CA62. Grayscale: #7D7D7D. Windows color (decimal): -51811 or 10302975. OLE color: 10302975.
HSL color Cylindrical-coordinate representation of color #FF359D: hue angle of 329.11º 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 #FF359D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 157 | - |
| CMYK | 0 | 0.79 | 0.38 | 0 |
| HSL | 329.11º | 1% | 0.6% | - |
| HSV(B) | 329.11º | 0.79% | 1% | - |
| XYZ | 48.6 | 26.24 | 34.4 | - |
| YUV | 125.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 157 | 0 | 0.79 | 0.38 | 0 | 329.11 | 1 | 0.6 |
| Hex | FF | 35 | 9D | 0 | 4F | 26 | 0 | 149 | 64 | 3C |
| Octal | 377 | 65 | 235 | 0 | 117 | 46 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110101 | 10011101 | 0 | 1001111 | 100110 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF359D
Complementary color
Monochromatic Colors of #FF359D
Black with #FF359D
Text Example
Text Example
White with #FF359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF359D; }
p { color: rgb(255,53,157); }
H1.HeaderClassName
{
color: #FF359D;
}
.AnyTagClassName
{
color: #FF359D;
}
</style>
background-color css
<style>
a { background-color: #FF359D; }
a { background-color: rgb(255,53,157); }
div.DivClassName
{
background-color: #FF359D;
}
.BgClassName
{
background-color: #FF359D;
}
</style>
border-color css
<style>
span { border-color: #FF359D; }
span { border-color: rgb(255,53,157); }
td.TdClassName
{
border-color: #FF359D;
}
.TagClassName
{
border-color: #FF359D;
}
</style>