Shades of Wild Strawberry #FB429F
Tints of Wild Strawberry #FB429F
RGB
CMYK
RGB Variations
Color information
#FB429F (or 0xFB429F) is known color: Wild Strawberry. HEX triplet: FB, 42 and 9F. RGB value is (251,66,159). Sum of RGB (Red+Green+Blue) = 251+66+159=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB429F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB429F is #04BD60. Grayscale: #838383. Windows color (decimal): -310625 or 10437371. OLE color: 10437371.
HSL color Cylindrical-coordinate representation of color #FB429F: hue angle of 329.84º degrees, saturation: 0.96, 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 #FB429F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 159 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.02 |
| HSL | 329.84º | 0.96% | 0.62% | - |
| HSV(B) | 329.84º | 0.74% | 0.98% | - |
| XYZ | 47.99 | 26.91 | 35.47 | - |
| YUV | 131.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 159 | 0 | 0.74 | 0.37 | 0.02 | 329.84 | 0.96 | 0.62 |
| Hex | FB | 42 | 9F | 0 | 4A | 25 | 2 | 14A | 60 | 3E |
| Octal | 373 | 102 | 237 | 0 | 112 | 45 | 2 | 512 | 140 | 76 |
| Binary | 11111011 | 1000010 | 10011111 | 0 | 1001010 | 100101 | 10 | 101001010 | 1100000 | 111110 |
Color Harmonies of #FB429F
Complementary color
Monochromatic Colors of #FB429F
Black with #FB429F
Text Example
Text Example
White with #FB429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB429F; }
p { color: rgb(251,66,159); }
H1.HeaderClassName
{
color: #FB429F;
}
.AnyTagClassName
{
color: #FB429F;
}
</style>
background-color css
<style>
a { background-color: #FB429F; }
a { background-color: rgb(251,66,159); }
div.DivClassName
{
background-color: #FB429F;
}
.BgClassName
{
background-color: #FB429F;
}
</style>
border-color css
<style>
span { border-color: #FB429F; }
span { border-color: rgb(251,66,159); }
td.TdClassName
{
border-color: #FB429F;
}
.TagClassName
{
border-color: #FB429F;
}
</style>