Shades of Wild Strawberry #FB3492
Tints of Wild Strawberry #FB3492
RGB
CMYK
RGB Variations
Color information
#FB3492 (or 0xFB3492) is known color: Wild Strawberry. HEX triplet: FB, 34 and 92. RGB value is (251,52,146). Sum of RGB (Red+Green+Blue) = 251+52+146=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3492 is #04CB6D. Grayscale: #7A7A7A. Windows color (decimal): -314222 or 9581819. OLE color: 9581819.
HSL color Cylindrical-coordinate representation of color #FB3492: hue angle of 331.66º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3492 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 146 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.02 |
| HSL | 331.66º | 0.96% | 0.59% | - |
| HSV(B) | 331.66º | 0.79% | 0.98% | - |
| XYZ | 46.2 | 25.04 | 29.59 | - |
| YUV | 122.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 146 | 0 | 0.79 | 0.42 | 0.02 | 331.66 | 0.96 | 0.59 |
| Hex | FB | 34 | 92 | 0 | 4F | 2A | 2 | 14C | 60 | 3B |
| Octal | 373 | 64 | 222 | 0 | 117 | 52 | 2 | 514 | 140 | 73 |
| Binary | 11111011 | 110100 | 10010010 | 0 | 1001111 | 101010 | 10 | 101001100 | 1100000 | 111011 |
Color Harmonies of #FB3492
Complementary color
Monochromatic Colors of #FB3492
Black with #FB3492
Text Example
Text Example
White with #FB3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3492; }
p { color: rgb(251,52,146); }
H1.HeaderClassName
{
color: #FB3492;
}
.AnyTagClassName
{
color: #FB3492;
}
</style>
background-color css
<style>
a { background-color: #FB3492; }
a { background-color: rgb(251,52,146); }
div.DivClassName
{
background-color: #FB3492;
}
.BgClassName
{
background-color: #FB3492;
}
</style>
border-color css
<style>
span { border-color: #FB3492; }
span { border-color: rgb(251,52,146); }
td.TdClassName
{
border-color: #FB3492;
}
.TagClassName
{
border-color: #FB3492;
}
</style>