Shades of Wild Strawberry #FA4298
Tints of Wild Strawberry #FA4298
RGB
CMYK
RGB Variations
Color information
#FA4298 (or 0xFA4298) is known color: Wild Strawberry. HEX triplet: FA, 42 and 98. RGB value is (250,66,152). Sum of RGB (Red+Green+Blue) = 250+66+152=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4298 is #05BD67. Grayscale: #828282. Windows color (decimal): -376168 or 9978618. OLE color: 9978618.
HSL color Cylindrical-coordinate representation of color #FA4298: hue angle of 331.96º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4298 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 152 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.02 |
| HSL | 331.96º | 0.95% | 0.62% | - |
| HSV(B) | 331.96º | 0.74% | 0.98% | - |
| XYZ | 47.04 | 26.49 | 32.34 | - |
| YUV | 130.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 152 | 0 | 0.74 | 0.39 | 0.02 | 331.96 | 0.95 | 0.62 |
| Hex | FA | 42 | 98 | 0 | 4A | 27 | 2 | 14C | 5F | 3E |
| Octal | 372 | 102 | 230 | 0 | 112 | 47 | 2 | 514 | 137 | 76 |
| Binary | 11111010 | 1000010 | 10011000 | 0 | 1001010 | 100111 | 10 | 101001100 | 1011111 | 111110 |
Color Harmonies of #FA4298
Complementary color
Monochromatic Colors of #FA4298
Black with #FA4298
Text Example
Text Example
White with #FA4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4298; }
p { color: rgb(250,66,152); }
H1.HeaderClassName
{
color: #FA4298;
}
.AnyTagClassName
{
color: #FA4298;
}
</style>
background-color css
<style>
a { background-color: #FA4298; }
a { background-color: rgb(250,66,152); }
div.DivClassName
{
background-color: #FA4298;
}
.BgClassName
{
background-color: #FA4298;
}
</style>
border-color css
<style>
span { border-color: #FA4298; }
span { border-color: rgb(250,66,152); }
td.TdClassName
{
border-color: #FA4298;
}
.TagClassName
{
border-color: #FA4298;
}
</style>