Shades of Wild Strawberry #FF358B
Tints of Wild Strawberry #FF358B
RGB
CMYK
RGB Variations
Color information
#FF358B (or 0xFF358B) is known color: Wild Strawberry. HEX triplet: FF, 35 and 8B. RGB value is (255,53,139). Sum of RGB (Red+Green+Blue) = 255+53+139=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF358B is #00CA74. Grayscale: #7B7B7B. Windows color (decimal): -51829 or 9123327. OLE color: 9123327.
HSL color Cylindrical-coordinate representation of color #FF358B: hue angle of 334.46º 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 #FF358B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 139 | - |
| CMYK | 0 | 0.79 | 0.45 | 0 |
| HSL | 334.46º | 1% | 0.6% | - |
| HSV(B) | 334.46º | 0.79% | 1% | - |
| XYZ | 47.17 | 25.67 | 26.89 | - |
| YUV | 123.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 139 | 0 | 0.79 | 0.45 | 0 | 334.46 | 1 | 0.6 |
| Hex | FF | 35 | 8B | 0 | 4F | 2D | 0 | 14E | 64 | 3C |
| Octal | 377 | 65 | 213 | 0 | 117 | 55 | 0 | 516 | 144 | 74 |
| Binary | 11111111 | 110101 | 10001011 | 0 | 1001111 | 101101 | 0 | 101001110 | 1100100 | 111100 |
Color Harmonies of #FF358B
Complementary color
Monochromatic Colors of #FF358B
Black with #FF358B
Text Example
Text Example
White with #FF358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF358B; }
p { color: rgb(255,53,139); }
H1.HeaderClassName
{
color: #FF358B;
}
.AnyTagClassName
{
color: #FF358B;
}
</style>
background-color css
<style>
a { background-color: #FF358B; }
a { background-color: rgb(255,53,139); }
div.DivClassName
{
background-color: #FF358B;
}
.BgClassName
{
background-color: #FF358B;
}
</style>
border-color css
<style>
span { border-color: #FF358B; }
span { border-color: rgb(255,53,139); }
td.TdClassName
{
border-color: #FF358B;
}
.TagClassName
{
border-color: #FF358B;
}
</style>