Shades of Wild Strawberry #FF37A3
Tints of Wild Strawberry #FF37A3
RGB
CMYK
RGB Variations
Color information
#FF37A3 (or 0xFF37A3) is known color: Wild Strawberry. HEX triplet: FF, 37 and A3. RGB value is (255,55,163). Sum of RGB (Red+Green+Blue) = 255+55+163=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF37A3 is #00C85C. Grayscale: #7E7E7E. Windows color (decimal): -51293 or 10696703. OLE color: 10696703.
HSL color Cylindrical-coordinate representation of color #FF37A3: hue angle of 327.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37A3 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 163 | - |
| CMYK | 0 | 0.78 | 0.36 | 0 |
| HSL | 327.6º | 1% | 0.61% | - |
| HSV(B) | 327.6º | 0.78% | 1% | - |
| XYZ | 49.22 | 26.64 | 37.2 | - |
| YUV | 127.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 163 | 0 | 0.78 | 0.36 | 0 | 327.6 | 1 | 0.61 |
| Hex | FF | 37 | A3 | 0 | 4E | 24 | 0 | 148 | 64 | 3D |
| Octal | 377 | 67 | 243 | 0 | 116 | 44 | 0 | 510 | 144 | 75 |
| Binary | 11111111 | 110111 | 10100011 | 0 | 1001110 | 100100 | 0 | 101001000 | 1100100 | 111101 |
Color Harmonies of #FF37A3
Complementary color
Monochromatic Colors of #FF37A3
Black with #FF37A3
Text Example
Text Example
White with #FF37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37A3; }
p { color: rgb(255,55,163); }
H1.HeaderClassName
{
color: #FF37A3;
}
.AnyTagClassName
{
color: #FF37A3;
}
</style>
background-color css
<style>
a { background-color: #FF37A3; }
a { background-color: rgb(255,55,163); }
div.DivClassName
{
background-color: #FF37A3;
}
.BgClassName
{
background-color: #FF37A3;
}
</style>
border-color css
<style>
span { border-color: #FF37A3; }
span { border-color: rgb(255,55,163); }
td.TdClassName
{
border-color: #FF37A3;
}
.TagClassName
{
border-color: #FF37A3;
}
</style>