Shades of Wild Strawberry #FF3D93
Tints of Wild Strawberry #FF3D93
RGB
CMYK
RGB Variations
Color information
#FF3D93 (or 0xFF3D93) is known color: Wild Strawberry. HEX triplet: FF, 3D and 93. RGB value is (255,61,147). Sum of RGB (Red+Green+Blue) = 255+61+147=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3D93 is #00C26C. Grayscale: #808080. Windows color (decimal): -49773 or 9649663. OLE color: 9649663.
HSL color Cylindrical-coordinate representation of color #FF3D93: hue angle of 333.4º 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 #FF3D93 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 147 | - |
| CMYK | 0 | 0.76 | 0.42 | 0 |
| HSL | 333.4º | 1% | 0.62% | - |
| HSV(B) | 333.4º | 0.76% | 1% | - |
| XYZ | 48.18 | 26.7 | 30.22 | - |
| YUV | 128.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 147 | 0 | 0.76 | 0.42 | 0 | 333.4 | 1 | 0.62 |
| Hex | FF | 3D | 93 | 0 | 4C | 2A | 0 | 14D | 64 | 3E |
| Octal | 377 | 75 | 223 | 0 | 114 | 52 | 0 | 515 | 144 | 76 |
| Binary | 11111111 | 111101 | 10010011 | 0 | 1001100 | 101010 | 0 | 101001101 | 1100100 | 111110 |
Color Harmonies of #FF3D93
Complementary color
Monochromatic Colors of #FF3D93
Black with #FF3D93
Text Example
Text Example
White with #FF3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D93; }
p { color: rgb(255,61,147); }
H1.HeaderClassName
{
color: #FF3D93;
}
.AnyTagClassName
{
color: #FF3D93;
}
</style>
background-color css
<style>
a { background-color: #FF3D93; }
a { background-color: rgb(255,61,147); }
div.DivClassName
{
background-color: #FF3D93;
}
.BgClassName
{
background-color: #FF3D93;
}
</style>
border-color css
<style>
span { border-color: #FF3D93; }
span { border-color: rgb(255,61,147); }
td.TdClassName
{
border-color: #FF3D93;
}
.TagClassName
{
border-color: #FF3D93;
}
</style>