Shades of Wild Strawberry #FA429A
Tints of Wild Strawberry #FA429A
RGB
CMYK
RGB Variations
Color information
#FA429A (or 0xFA429A) is known color: Wild Strawberry. HEX triplet: FA, 42 and 9A. RGB value is (250,66,154). Sum of RGB (Red+Green+Blue) = 250+66+154=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA429A is #05BD65. Grayscale: #828282. Windows color (decimal): -376166 or 10109690. OLE color: 10109690.
HSL color Cylindrical-coordinate representation of color #FA429A: hue angle of 331.3º 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 #FA429A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 154 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.02 |
| HSL | 331.3º | 0.95% | 0.62% | - |
| HSV(B) | 331.3º | 0.74% | 0.98% | - |
| XYZ | 47.21 | 26.55 | 33.21 | - |
| YUV | 131.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 154 | 0 | 0.74 | 0.38 | 0.02 | 331.3 | 0.95 | 0.62 |
| Hex | FA | 42 | 9A | 0 | 4A | 26 | 2 | 14B | 5F | 3E |
| Octal | 372 | 102 | 232 | 0 | 112 | 46 | 2 | 513 | 137 | 76 |
| Binary | 11111010 | 1000010 | 10011010 | 0 | 1001010 | 100110 | 10 | 101001011 | 1011111 | 111110 |
Color Harmonies of #FA429A
Complementary color
Monochromatic Colors of #FA429A
Black with #FA429A
Text Example
Text Example
White with #FA429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA429A; }
p { color: rgb(250,66,154); }
H1.HeaderClassName
{
color: #FA429A;
}
.AnyTagClassName
{
color: #FA429A;
}
</style>
background-color css
<style>
a { background-color: #FA429A; }
a { background-color: rgb(250,66,154); }
div.DivClassName
{
background-color: #FA429A;
}
.BgClassName
{
background-color: #FA429A;
}
</style>
border-color css
<style>
span { border-color: #FA429A; }
span { border-color: rgb(250,66,154); }
td.TdClassName
{
border-color: #FA429A;
}
.TagClassName
{
border-color: #FA429A;
}
</style>