Shades of Wild Strawberry #FF3091
Tints of Wild Strawberry #FF3091
RGB
CMYK
RGB Variations
Color information
#FF3091 (or 0xFF3091) is known color: Wild Strawberry. HEX triplet: FF, 30 and 91. RGB value is (255,48,145). Sum of RGB (Red+Green+Blue) = 255+48+145=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3091 is #00CF6E. Grayscale: #787878. Windows color (decimal): -53103 or 9515263. OLE color: 9515263.
HSL color Cylindrical-coordinate representation of color #FF3091: hue angle of 331.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3091 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 145 | - |
| CMYK | 0 | 0.81 | 0.43 | 0 |
| HSL | 331.88º | 1% | 0.59% | - |
| HSV(B) | 331.88º | 0.81% | 1% | - |
| XYZ | 47.41 | 25.42 | 29.2 | - |
| YUV | 120.95 | 141.58 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 145 | 0 | 0.81 | 0.43 | 0 | 331.88 | 1 | 0.59 |
| Hex | FF | 30 | 91 | 0 | 51 | 2B | 0 | 14C | 64 | 3B |
| Octal | 377 | 60 | 221 | 0 | 121 | 53 | 0 | 514 | 144 | 73 |
| Binary | 11111111 | 110000 | 10010001 | 0 | 1010001 | 101011 | 0 | 101001100 | 1100100 | 111011 |
Color Harmonies of #FF3091
Complementary color
Monochromatic Colors of #FF3091
Black with #FF3091
Text Example
Text Example
White with #FF3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3091; }
p { color: rgb(255,48,145); }
H1.HeaderClassName
{
color: #FF3091;
}
.AnyTagClassName
{
color: #FF3091;
}
</style>
background-color css
<style>
a { background-color: #FF3091; }
a { background-color: rgb(255,48,145); }
div.DivClassName
{
background-color: #FF3091;
}
.BgClassName
{
background-color: #FF3091;
}
</style>
border-color css
<style>
span { border-color: #FF3091; }
span { border-color: rgb(255,48,145); }
td.TdClassName
{
border-color: #FF3091;
}
.TagClassName
{
border-color: #FF3091;
}
</style>