Shades of Wild Strawberry #FF308F
Tints of Wild Strawberry #FF308F
RGB
CMYK
RGB Variations
Color information
#FF308F (or 0xFF308F) is known color: Wild Strawberry. HEX triplet: FF, 30 and 8F. RGB value is (255,48,143). Sum of RGB (Red+Green+Blue) = 255+48+143=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF308F is #00CF70. Grayscale: #787878. Windows color (decimal): -53105 or 9384191. OLE color: 9384191.
HSL color Cylindrical-coordinate representation of color #FF308F: hue angle of 332.46º 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 #FF308F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 143 | - |
| CMYK | 0 | 0.81 | 0.44 | 0 |
| HSL | 332.46º | 1% | 0.59% | - |
| HSV(B) | 332.46º | 0.81% | 1% | - |
| XYZ | 47.25 | 25.36 | 28.39 | - |
| YUV | 120.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 143 | 0 | 0.81 | 0.44 | 0 | 332.46 | 1 | 0.59 |
| Hex | FF | 30 | 8F | 0 | 51 | 2C | 0 | 14C | 64 | 3B |
| Octal | 377 | 60 | 217 | 0 | 121 | 54 | 0 | 514 | 144 | 73 |
| Binary | 11111111 | 110000 | 10001111 | 0 | 1010001 | 101100 | 0 | 101001100 | 1100100 | 111011 |
Color Harmonies of #FF308F
Complementary color
Monochromatic Colors of #FF308F
Black with #FF308F
Text Example
Text Example
White with #FF308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF308F; }
p { color: rgb(255,48,143); }
H1.HeaderClassName
{
color: #FF308F;
}
.AnyTagClassName
{
color: #FF308F;
}
</style>
background-color css
<style>
a { background-color: #FF308F; }
a { background-color: rgb(255,48,143); }
div.DivClassName
{
background-color: #FF308F;
}
.BgClassName
{
background-color: #FF308F;
}
</style>
border-color css
<style>
span { border-color: #FF308F; }
span { border-color: rgb(255,48,143); }
td.TdClassName
{
border-color: #FF308F;
}
.TagClassName
{
border-color: #FF308F;
}
</style>