Shades of Wild Strawberry #FF308A
Tints of Wild Strawberry #FF308A
RGB
CMYK
RGB Variations
Color information
#FF308A (or 0xFF308A) is known color: Wild Strawberry. HEX triplet: FF, 30 and 8A. RGB value is (255,48,138). Sum of RGB (Red+Green+Blue) = 255+48+138=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF308A is #00CF75. Grayscale: #787878. Windows color (decimal): -53110 or 9056511. OLE color: 9056511.
HSL color Cylindrical-coordinate representation of color #FF308A: hue angle of 333.91º 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 #FF308A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 138 | - |
| CMYK | 0 | 0.81 | 0.46 | 0 |
| HSL | 333.91º | 1% | 0.59% | - |
| HSV(B) | 333.91º | 0.81% | 1% | - |
| XYZ | 46.88 | 25.21 | 26.44 | - |
| YUV | 120.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 138 | 0 | 0.81 | 0.46 | 0 | 333.91 | 1 | 0.59 |
| Hex | FF | 30 | 8A | 0 | 51 | 2E | 0 | 14E | 64 | 3B |
| Octal | 377 | 60 | 212 | 0 | 121 | 56 | 0 | 516 | 144 | 73 |
| Binary | 11111111 | 110000 | 10001010 | 0 | 1010001 | 101110 | 0 | 101001110 | 1100100 | 111011 |
Color Harmonies of #FF308A
Complementary color
Monochromatic Colors of #FF308A
Black with #FF308A
Text Example
Text Example
White with #FF308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF308A; }
p { color: rgb(255,48,138); }
H1.HeaderClassName
{
color: #FF308A;
}
.AnyTagClassName
{
color: #FF308A;
}
</style>
background-color css
<style>
a { background-color: #FF308A; }
a { background-color: rgb(255,48,138); }
div.DivClassName
{
background-color: #FF308A;
}
.BgClassName
{
background-color: #FF308A;
}
</style>
border-color css
<style>
span { border-color: #FF308A; }
span { border-color: rgb(255,48,138); }
td.TdClassName
{
border-color: #FF308A;
}
.TagClassName
{
border-color: #FF308A;
}
</style>