Shades of Wild Strawberry #FF3D9E
Tints of Wild Strawberry #FF3D9E
RGB
CMYK
RGB Variations
Color information
#FF3D9E (or 0xFF3D9E) is known color: Wild Strawberry. HEX triplet: FF, 3D and 9E. RGB value is (255,61,158). Sum of RGB (Red+Green+Blue) = 255+61+158=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3D9E is #00C261. Grayscale: #818181. Windows color (decimal): -49762 or 10370559. OLE color: 10370559.
HSL color Cylindrical-coordinate representation of color #FF3D9E: hue angle of 330º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D9E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 158 | - |
| CMYK | 0 | 0.76 | 0.38 | 0 |
| HSL | 330º | 1% | 0.62% | - |
| HSV(B) | 330º | 0.76% | 1% | - |
| XYZ | 49.08 | 27.07 | 34.99 | - |
| YUV | 130.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 158 | 0 | 0.76 | 0.38 | 0 | 330 | 1 | 0.62 |
| Hex | FF | 3D | 9E | 0 | 4C | 26 | 0 | 14A | 64 | 3E |
| Octal | 377 | 75 | 236 | 0 | 114 | 46 | 0 | 512 | 144 | 76 |
| Binary | 11111111 | 111101 | 10011110 | 0 | 1001100 | 100110 | 0 | 101001010 | 1100100 | 111110 |
Color Harmonies of #FF3D9E
Complementary color
Monochromatic Colors of #FF3D9E
Black with #FF3D9E
Text Example
Text Example
White with #FF3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D9E; }
p { color: rgb(255,61,158); }
H1.HeaderClassName
{
color: #FF3D9E;
}
.AnyTagClassName
{
color: #FF3D9E;
}
</style>
background-color css
<style>
a { background-color: #FF3D9E; }
a { background-color: rgb(255,61,158); }
div.DivClassName
{
background-color: #FF3D9E;
}
.BgClassName
{
background-color: #FF3D9E;
}
</style>
border-color css
<style>
span { border-color: #FF3D9E; }
span { border-color: rgb(255,61,158); }
td.TdClassName
{
border-color: #FF3D9E;
}
.TagClassName
{
border-color: #FF3D9E;
}
</style>