Shades of Wild Strawberry #FA3088
Tints of Wild Strawberry #FA3088
RGB
CMYK
RGB Variations
Color information
#FA3088 (or 0xFA3088) is known color: Wild Strawberry. HEX triplet: FA, 30 and 88. RGB value is (250,48,136). Sum of RGB (Red+Green+Blue) = 250+48+136=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3088 is #05CF77. Grayscale: #767676. Windows color (decimal): -380792 or 8925434. OLE color: 8925434.
HSL color Cylindrical-coordinate representation of color #FA3088: hue angle of 333.86º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3088 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 136 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.02 |
| HSL | 333.86º | 0.95% | 0.58% | - |
| HSV(B) | 333.86º | 0.81% | 0.98% | - |
| XYZ | 44.93 | 24.22 | 25.6 | - |
| YUV | 118.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 136 | 0 | 0.81 | 0.46 | 0.02 | 333.86 | 0.95 | 0.58 |
| Hex | FA | 30 | 88 | 0 | 51 | 2E | 2 | 14E | 5F | 3A |
| Octal | 372 | 60 | 210 | 0 | 121 | 56 | 2 | 516 | 137 | 72 |
| Binary | 11111010 | 110000 | 10001000 | 0 | 1010001 | 101110 | 10 | 101001110 | 1011111 | 111010 |
Color Harmonies of #FA3088
Complementary color
Monochromatic Colors of #FA3088
Black with #FA3088
Text Example
Text Example
White with #FA3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3088; }
p { color: rgb(250,48,136); }
H1.HeaderClassName
{
color: #FA3088;
}
.AnyTagClassName
{
color: #FA3088;
}
</style>
background-color css
<style>
a { background-color: #FA3088; }
a { background-color: rgb(250,48,136); }
div.DivClassName
{
background-color: #FA3088;
}
.BgClassName
{
background-color: #FA3088;
}
</style>
border-color css
<style>
span { border-color: #FA3088; }
span { border-color: rgb(250,48,136); }
td.TdClassName
{
border-color: #FA3088;
}
.TagClassName
{
border-color: #FA3088;
}
</style>