Shades of Wild Strawberry #FF429B
Tints of Wild Strawberry #FF429B
RGB
CMYK
RGB Variations
Color information
#FF429B (or 0xFF429B) is known color: Wild Strawberry. HEX triplet: FF, 42 and 9B. RGB value is (255,66,155). Sum of RGB (Red+Green+Blue) = 255+66+155=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF429B is #00BD64. Grayscale: #848484. Windows color (decimal): -48485 or 10175231. OLE color: 10175231.
HSL color Cylindrical-coordinate representation of color #FF429B: hue angle of 331.75º 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 #FF429B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 155 | - |
| CMYK | 0 | 0.74 | 0.39 | 0 |
| HSL | 331.75º | 1% | 0.63% | - |
| HSV(B) | 331.75º | 0.74% | 1% | - |
| XYZ | 49.1 | 27.52 | 33.73 | - |
| YUV | 132.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 155 | 0 | 0.74 | 0.39 | 0 | 331.75 | 1 | 0.63 |
| Hex | FF | 42 | 9B | 0 | 4A | 27 | 0 | 14C | 64 | 3F |
| Octal | 377 | 102 | 233 | 0 | 112 | 47 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10011011 | 0 | 1001010 | 100111 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF429B
Complementary color
Monochromatic Colors of #FF429B
Black with #FF429B
Text Example
Text Example
White with #FF429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF429B; }
p { color: rgb(255,66,155); }
H1.HeaderClassName
{
color: #FF429B;
}
.AnyTagClassName
{
color: #FF429B;
}
</style>
background-color css
<style>
a { background-color: #FF429B; }
a { background-color: rgb(255,66,155); }
div.DivClassName
{
background-color: #FF429B;
}
.BgClassName
{
background-color: #FF429B;
}
</style>
border-color css
<style>
span { border-color: #FF429B; }
span { border-color: rgb(255,66,155); }
td.TdClassName
{
border-color: #FF429B;
}
.TagClassName
{
border-color: #FF429B;
}
</style>