Shades of Wild Strawberry #FA278B
Tints of Wild Strawberry #FA278B
RGB
CMYK
RGB Variations
Color information
#FA278B (or 0xFA278B) is known color: Wild Strawberry. HEX triplet: FA, 27 and 8B. RGB value is (250,39,139). Sum of RGB (Red+Green+Blue) = 250+39+139=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA278B is #05D874. Grayscale: #717171. Windows color (decimal): -383093 or 9119738. OLE color: 9119738.
HSL color Cylindrical-coordinate representation of color #FA278B: hue angle of 331.56º 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 #FA278B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 139 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.56º | 0.95% | 0.57% | - |
| HSV(B) | 331.56º | 0.84% | 0.98% | - |
| XYZ | 44.81 | 23.64 | 26.63 | - |
| YUV | 113.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 139 | 0 | 0.84 | 0.44 | 0.02 | 331.56 | 0.95 | 0.57 |
| Hex | FA | 27 | 8B | 0 | 54 | 2C | 2 | 14C | 5F | 39 |
| Octal | 372 | 47 | 213 | 0 | 124 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 100111 | 10001011 | 0 | 1010100 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA278B
Complementary color
Monochromatic Colors of #FA278B
Black with #FA278B
Text Example
Text Example
White with #FA278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA278B; }
p { color: rgb(250,39,139); }
H1.HeaderClassName
{
color: #FA278B;
}
.AnyTagClassName
{
color: #FA278B;
}
</style>
background-color css
<style>
a { background-color: #FA278B; }
a { background-color: rgb(250,39,139); }
div.DivClassName
{
background-color: #FA278B;
}
.BgClassName
{
background-color: #FA278B;
}
</style>
border-color css
<style>
span { border-color: #FA278B; }
span { border-color: rgb(250,39,139); }
td.TdClassName
{
border-color: #FA278B;
}
.TagClassName
{
border-color: #FA278B;
}
</style>