Shades of Wild Strawberry #FF309D
Tints of Wild Strawberry #FF309D
RGB
CMYK
RGB Variations
Color information
#FF309D (or 0xFF309D) is known color: Wild Strawberry. HEX triplet: FF, 30 and 9D. RGB value is (255,48,157). Sum of RGB (Red+Green+Blue) = 255+48+157=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF309D is #00CF62. Grayscale: #7A7A7A. Windows color (decimal): -53091 or 10301695. OLE color: 10301695.
HSL color Cylindrical-coordinate representation of color #FF309D: hue angle of 328.41º 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 #FF309D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 157 | - |
| CMYK | 0 | 0.81 | 0.38 | 0 |
| HSL | 328.41º | 1% | 0.59% | - |
| HSV(B) | 328.41º | 0.81% | 1% | - |
| XYZ | 48.38 | 25.81 | 34.33 | - |
| YUV | 122.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 157 | 0 | 0.81 | 0.38 | 0 | 328.41 | 1 | 0.59 |
| Hex | FF | 30 | 9D | 0 | 51 | 26 | 0 | 148 | 64 | 3B |
| Octal | 377 | 60 | 235 | 0 | 121 | 46 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 110000 | 10011101 | 0 | 1010001 | 100110 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF309D
Complementary color
Monochromatic Colors of #FF309D
Black with #FF309D
Text Example
Text Example
White with #FF309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF309D; }
p { color: rgb(255,48,157); }
H1.HeaderClassName
{
color: #FF309D;
}
.AnyTagClassName
{
color: #FF309D;
}
</style>
background-color css
<style>
a { background-color: #FF309D; }
a { background-color: rgb(255,48,157); }
div.DivClassName
{
background-color: #FF309D;
}
.BgClassName
{
background-color: #FF309D;
}
</style>
border-color css
<style>
span { border-color: #FF309D; }
span { border-color: rgb(255,48,157); }
td.TdClassName
{
border-color: #FF309D;
}
.TagClassName
{
border-color: #FF309D;
}
</style>