Shades of Wild Strawberry #FA308A
Tints of Wild Strawberry #FA308A
RGB
CMYK
RGB Variations
Color information
#FA308A (or 0xFA308A) is known color: Wild Strawberry. HEX triplet: FA, 30 and 8A. RGB value is (250,48,138). Sum of RGB (Red+Green+Blue) = 250+48+138=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA308A is #05CF75. Grayscale: #767676. Windows color (decimal): -380790 or 9056506. OLE color: 9056506.
HSL color Cylindrical-coordinate representation of color #FA308A: hue angle of 333.27º 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 #FA308A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 138 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.02 |
| HSL | 333.27º | 0.95% | 0.58% | - |
| HSV(B) | 333.27º | 0.81% | 0.98% | - |
| XYZ | 45.07 | 24.27 | 26.35 | - |
| YUV | 118.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 138 | 0 | 0.81 | 0.45 | 0.02 | 333.27 | 0.95 | 0.58 |
| Hex | FA | 30 | 8A | 0 | 51 | 2D | 2 | 14D | 5F | 3A |
| Octal | 372 | 60 | 212 | 0 | 121 | 55 | 2 | 515 | 137 | 72 |
| Binary | 11111010 | 110000 | 10001010 | 0 | 1010001 | 101101 | 10 | 101001101 | 1011111 | 111010 |
Color Harmonies of #FA308A
Complementary color
Monochromatic Colors of #FA308A
Black with #FA308A
Text Example
Text Example
White with #FA308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA308A; }
p { color: rgb(250,48,138); }
H1.HeaderClassName
{
color: #FA308A;
}
.AnyTagClassName
{
color: #FA308A;
}
</style>
background-color css
<style>
a { background-color: #FA308A; }
a { background-color: rgb(250,48,138); }
div.DivClassName
{
background-color: #FA308A;
}
.BgClassName
{
background-color: #FA308A;
}
</style>
border-color css
<style>
span { border-color: #FA308A; }
span { border-color: rgb(250,48,138); }
td.TdClassName
{
border-color: #FA308A;
}
.TagClassName
{
border-color: #FA308A;
}
</style>