Shades of Wild Strawberry #FF3690
Tints of Wild Strawberry #FF3690
RGB
CMYK
RGB Variations
Color information
#FF3690 (or 0xFF3690) is known color: Wild Strawberry. HEX triplet: FF, 36 and 90. RGB value is (255,54,144). Sum of RGB (Red+Green+Blue) = 255+54+144=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3690 is #00C96F. Grayscale: #7C7C7C. Windows color (decimal): -51568 or 9451263. OLE color: 9451263.
HSL color Cylindrical-coordinate representation of color #FF3690: hue angle of 333.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3690 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 144 | - |
| CMYK | 0 | 0.79 | 0.44 | 0 |
| HSL | 333.13º | 1% | 0.61% | - |
| HSV(B) | 333.13º | 0.79% | 1% | - |
| XYZ | 47.59 | 25.91 | 28.88 | - |
| YUV | 124.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 144 | 0 | 0.79 | 0.44 | 0 | 333.13 | 1 | 0.61 |
| Hex | FF | 36 | 90 | 0 | 4F | 2C | 0 | 14D | 64 | 3D |
| Octal | 377 | 66 | 220 | 0 | 117 | 54 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 110110 | 10010000 | 0 | 1001111 | 101100 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF3690
Complementary color
Monochromatic Colors of #FF3690
Black with #FF3690
Text Example
Text Example
White with #FF3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3690; }
p { color: rgb(255,54,144); }
H1.HeaderClassName
{
color: #FF3690;
}
.AnyTagClassName
{
color: #FF3690;
}
</style>
background-color css
<style>
a { background-color: #FF3690; }
a { background-color: rgb(255,54,144); }
div.DivClassName
{
background-color: #FF3690;
}
.BgClassName
{
background-color: #FF3690;
}
</style>
border-color css
<style>
span { border-color: #FF3690; }
span { border-color: rgb(255,54,144); }
td.TdClassName
{
border-color: #FF3690;
}
.TagClassName
{
border-color: #FF3690;
}
</style>