Shades of Wild Strawberry #FF429A
Tints of Wild Strawberry #FF429A
RGB
CMYK
RGB Variations
Color information
#FF429A (or 0xFF429A) is known color: Wild Strawberry. HEX triplet: FF, 42 and 9A. RGB value is (255,66,154). Sum of RGB (Red+Green+Blue) = 255+66+154=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF429A is #00BD65. Grayscale: #848484. Windows color (decimal): -48486 or 10109695. OLE color: 10109695.
HSL color Cylindrical-coordinate representation of color #FF429A: hue angle of 332.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF429A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 154 | - |
| CMYK | 0 | 0.74 | 0.40 | 0 |
| HSL | 332.06º | 1% | 0.63% | - |
| HSV(B) | 332.06º | 0.74% | 1% | - |
| XYZ | 49.02 | 27.49 | 33.29 | - |
| YUV | 132.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 154 | 0 | 0.74 | 0.40 | 0 | 332.06 | 1 | 0.63 |
| Hex | FF | 42 | 9A | 0 | 4A | 28 | 0 | 14C | 64 | 3F |
| Octal | 377 | 102 | 232 | 0 | 112 | 50 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10011010 | 0 | 1001010 | 101000 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF429A
Complementary color
Monochromatic Colors of #FF429A
Black with #FF429A
Text Example
Text Example
White with #FF429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF429A; }
p { color: rgb(255,66,154); }
H1.HeaderClassName
{
color: #FF429A;
}
.AnyTagClassName
{
color: #FF429A;
}
</style>
background-color css
<style>
a { background-color: #FF429A; }
a { background-color: rgb(255,66,154); }
div.DivClassName
{
background-color: #FF429A;
}
.BgClassName
{
background-color: #FF429A;
}
</style>
border-color css
<style>
span { border-color: #FF429A; }
span { border-color: rgb(255,66,154); }
td.TdClassName
{
border-color: #FF429A;
}
.TagClassName
{
border-color: #FF429A;
}
</style>