Shades of Wild Strawberry #FF359C
Tints of Wild Strawberry #FF359C
RGB
CMYK
RGB Variations
Color information
#FF359C (or 0xFF359C) is known color: Wild Strawberry. HEX triplet: FF, 35 and 9C. RGB value is (255,53,156). Sum of RGB (Red+Green+Blue) = 255+53+156=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF359C is #00CA63. Grayscale: #7C7C7C. Windows color (decimal): -51812 or 10237439. OLE color: 10237439.
HSL color Cylindrical-coordinate representation of color #FF359C: hue angle of 329.41º 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 #FF359C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 156 | - |
| CMYK | 0 | 0.79 | 0.39 | 0 |
| HSL | 329.41º | 1% | 0.6% | - |
| HSV(B) | 329.41º | 0.79% | 1% | - |
| XYZ | 48.51 | 26.21 | 33.95 | - |
| YUV | 125.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 156 | 0 | 0.79 | 0.39 | 0 | 329.41 | 1 | 0.6 |
| Hex | FF | 35 | 9C | 0 | 4F | 27 | 0 | 149 | 64 | 3C |
| Octal | 377 | 65 | 234 | 0 | 117 | 47 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110101 | 10011100 | 0 | 1001111 | 100111 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF359C
Complementary color
Monochromatic Colors of #FF359C
Black with #FF359C
Text Example
Text Example
White with #FF359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF359C; }
p { color: rgb(255,53,156); }
H1.HeaderClassName
{
color: #FF359C;
}
.AnyTagClassName
{
color: #FF359C;
}
</style>
background-color css
<style>
a { background-color: #FF359C; }
a { background-color: rgb(255,53,156); }
div.DivClassName
{
background-color: #FF359C;
}
.BgClassName
{
background-color: #FF359C;
}
</style>
border-color css
<style>
span { border-color: #FF359C; }
span { border-color: rgb(255,53,156); }
td.TdClassName
{
border-color: #FF359C;
}
.TagClassName
{
border-color: #FF359C;
}
</style>