Shades of Wild Strawberry #FA278C
Tints of Wild Strawberry #FA278C
RGB
CMYK
RGB Variations
Color information
#FA278C (or 0xFA278C) is known color: Wild Strawberry. HEX triplet: FA, 27 and 8C. RGB value is (250,39,140). Sum of RGB (Red+Green+Blue) = 250+39+140=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA278C is #05D873. Grayscale: #717171. Windows color (decimal): -383092 or 9185274. OLE color: 9185274.
HSL color Cylindrical-coordinate representation of color #FA278C: hue angle of 331.28º 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 #FA278C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 140 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.28º | 0.95% | 0.57% | - |
| HSV(B) | 331.28º | 0.84% | 0.98% | - |
| XYZ | 44.88 | 23.67 | 27.01 | - |
| YUV | 113.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 140 | 0 | 0.84 | 0.44 | 0.02 | 331.28 | 0.95 | 0.57 |
| Hex | FA | 27 | 8C | 0 | 54 | 2C | 2 | 14B | 5F | 39 |
| Octal | 372 | 47 | 214 | 0 | 124 | 54 | 2 | 513 | 137 | 71 |
| Binary | 11111010 | 100111 | 10001100 | 0 | 1010100 | 101100 | 10 | 101001011 | 1011111 | 111001 |
Color Harmonies of #FA278C
Complementary color
Monochromatic Colors of #FA278C
Black with #FA278C
Text Example
Text Example
White with #FA278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA278C; }
p { color: rgb(250,39,140); }
H1.HeaderClassName
{
color: #FA278C;
}
.AnyTagClassName
{
color: #FA278C;
}
</style>
background-color css
<style>
a { background-color: #FA278C; }
a { background-color: rgb(250,39,140); }
div.DivClassName
{
background-color: #FA278C;
}
.BgClassName
{
background-color: #FA278C;
}
</style>
border-color css
<style>
span { border-color: #FA278C; }
span { border-color: rgb(250,39,140); }
td.TdClassName
{
border-color: #FA278C;
}
.TagClassName
{
border-color: #FA278C;
}
</style>