Shades of Wild Strawberry #FA268F
Tints of Wild Strawberry #FA268F
RGB
CMYK
RGB Variations
Color information
#FA268F (or 0xFA268F) is known color: Wild Strawberry. HEX triplet: FA, 26 and 8F. RGB value is (250,38,143). Sum of RGB (Red+Green+Blue) = 250+38+143=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA268F is #05D970. Grayscale: #717171. Windows color (decimal): -383345 or 9381626. OLE color: 9381626.
HSL color Cylindrical-coordinate representation of color #FA268F: hue angle of 330.28º degrees, saturation: 0.95, 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 #FA268F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.28º | 0.95% | 0.56% | - |
| HSV(B) | 330.28º | 0.85% | 0.98% | - |
| XYZ | 45.08 | 23.69 | 28.18 | - |
| YUV | 113.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330.28 | 0.95 | 0.56 |
| Hex | FA | 26 | 8F | 0 | 55 | 2B | 2 | 14A | 5F | 38 |
| Octal | 372 | 46 | 217 | 0 | 125 | 53 | 2 | 512 | 137 | 70 |
| Binary | 11111010 | 100110 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1011111 | 111000 |
Color Harmonies of #FA268F
Complementary color
Monochromatic Colors of #FA268F
Black with #FA268F
Text Example
Text Example
White with #FA268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA268F; }
p { color: rgb(250,38,143); }
H1.HeaderClassName
{
color: #FA268F;
}
.AnyTagClassName
{
color: #FA268F;
}
</style>
background-color css
<style>
a { background-color: #FA268F; }
a { background-color: rgb(250,38,143); }
div.DivClassName
{
background-color: #FA268F;
}
.BgClassName
{
background-color: #FA268F;
}
</style>
border-color css
<style>
span { border-color: #FA268F; }
span { border-color: rgb(250,38,143); }
td.TdClassName
{
border-color: #FA268F;
}
.TagClassName
{
border-color: #FA268F;
}
</style>