Shades of Wild Strawberry #FA258F
Tints of Wild Strawberry #FA258F
RGB
CMYK
RGB Variations
Color information
#FA258F (or 0xFA258F) is known color: Wild Strawberry. HEX triplet: FA, 25 and 8F. RGB value is (250,37,143). Sum of RGB (Red+Green+Blue) = 250+37+143=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA258F is #05DA70. Grayscale: #707070. Windows color (decimal): -383601 or 9381370. OLE color: 9381370.
HSL color Cylindrical-coordinate representation of color #FA258F: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA258F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.14º | 0.96% | 0.56% | - |
| HSV(B) | 330.14º | 0.85% | 0.98% | - |
| XYZ | 45.04 | 23.63 | 28.17 | - |
| YUV | 112.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330.14 | 0.96 | 0.56 |
| Hex | FA | 25 | 8F | 0 | 55 | 2B | 2 | 14A | 60 | 38 |
| Octal | 372 | 45 | 217 | 0 | 125 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111010 | 100101 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FA258F
Complementary color
Monochromatic Colors of #FA258F
Black with #FA258F
Text Example
Text Example
White with #FA258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA258F; }
p { color: rgb(250,37,143); }
H1.HeaderClassName
{
color: #FA258F;
}
.AnyTagClassName
{
color: #FA258F;
}
</style>
background-color css
<style>
a { background-color: #FA258F; }
a { background-color: rgb(250,37,143); }
div.DivClassName
{
background-color: #FA258F;
}
.BgClassName
{
background-color: #FA258F;
}
</style>
border-color css
<style>
span { border-color: #FA258F; }
span { border-color: rgb(250,37,143); }
td.TdClassName
{
border-color: #FA258F;
}
.TagClassName
{
border-color: #FA258F;
}
</style>