Shades of Wild Strawberry #FF309B
Tints of Wild Strawberry #FF309B
RGB
CMYK
RGB Variations
Color information
#FF309B (or 0xFF309B) is known color: Wild Strawberry. HEX triplet: FF, 30 and 9B. RGB value is (255,48,155). Sum of RGB (Red+Green+Blue) = 255+48+155=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF309B is #00CF64. Grayscale: #797979. Windows color (decimal): -53093 or 10170623. OLE color: 10170623.
HSL color Cylindrical-coordinate representation of color #FF309B: hue angle of 328.99º 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 #FF309B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 155 | - |
| CMYK | 0 | 0.81 | 0.39 | 0 |
| HSL | 328.99º | 1% | 0.59% | - |
| HSV(B) | 328.99º | 0.81% | 1% | - |
| XYZ | 48.21 | 25.74 | 33.44 | - |
| YUV | 122.09 | 146.58 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 155 | 0 | 0.81 | 0.39 | 0 | 328.99 | 1 | 0.59 |
| Hex | FF | 30 | 9B | 0 | 51 | 27 | 0 | 149 | 64 | 3B |
| Octal | 377 | 60 | 233 | 0 | 121 | 47 | 0 | 511 | 144 | 73 |
| Binary | 11111111 | 110000 | 10011011 | 0 | 1010001 | 100111 | 0 | 101001001 | 1100100 | 111011 |
Color Harmonies of #FF309B
Complementary color
Monochromatic Colors of #FF309B
Black with #FF309B
Text Example
Text Example
White with #FF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF309B; }
p { color: rgb(255,48,155); }
H1.HeaderClassName
{
color: #FF309B;
}
.AnyTagClassName
{
color: #FF309B;
}
</style>
background-color css
<style>
a { background-color: #FF309B; }
a { background-color: rgb(255,48,155); }
div.DivClassName
{
background-color: #FF309B;
}
.BgClassName
{
background-color: #FF309B;
}
</style>
border-color css
<style>
span { border-color: #FF309B; }
span { border-color: rgb(255,48,155); }
td.TdClassName
{
border-color: #FF309B;
}
.TagClassName
{
border-color: #FF309B;
}
</style>