Shades of Wild Strawberry #FA287F
Tints of Wild Strawberry #FA287F
RGB
CMYK
RGB Variations
Color information
#FA287F (or 0xFA287F) is known color: Wild Strawberry. HEX triplet: FA, 28 and 7F. RGB value is (250,40,127). Sum of RGB (Red+Green+Blue) = 250+40+127=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA287F is #05D780. Grayscale: #707070. Windows color (decimal): -382849 or 8333562. OLE color: 8333562.
HSL color Cylindrical-coordinate representation of color #FA287F: hue angle of 335.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA287F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 127 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.02 |
| HSL | 335.14º | 0.95% | 0.57% | - |
| HSV(B) | 335.14º | 0.84% | 0.98% | - |
| XYZ | 44.01 | 23.37 | 22.27 | - |
| YUV | 112.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 127 | 0 | 0.84 | 0.49 | 0.02 | 335.14 | 0.95 | 0.57 |
| Hex | FA | 28 | 7F | 0 | 54 | 31 | 2 | 14F | 5F | 39 |
| Octal | 372 | 50 | 177 | 0 | 124 | 61 | 2 | 517 | 137 | 71 |
| Binary | 11111010 | 101000 | 1111111 | 0 | 1010100 | 110001 | 10 | 101001111 | 1011111 | 111001 |
Color Harmonies of #FA287F
Complementary color
Monochromatic Colors of #FA287F
Black with #FA287F
Text Example
Text Example
White with #FA287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA287F; }
p { color: rgb(250,40,127); }
H1.HeaderClassName
{
color: #FA287F;
}
.AnyTagClassName
{
color: #FA287F;
}
</style>
background-color css
<style>
a { background-color: #FA287F; }
a { background-color: rgb(250,40,127); }
div.DivClassName
{
background-color: #FA287F;
}
.BgClassName
{
background-color: #FA287F;
}
</style>
border-color css
<style>
span { border-color: #FA287F; }
span { border-color: rgb(250,40,127); }
td.TdClassName
{
border-color: #FA287F;
}
.TagClassName
{
border-color: #FA287F;
}
</style>