Shades of Wild Strawberry #FB349D
Tints of Wild Strawberry #FB349D
RGB
CMYK
RGB Variations
Color information
#FB349D (or 0xFB349D) is known color: Wild Strawberry. HEX triplet: FB, 34 and 9D. RGB value is (251,52,157). Sum of RGB (Red+Green+Blue) = 251+52+157=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB349D is #04CB62. Grayscale: #7B7B7B. Windows color (decimal): -314211 or 10302715. OLE color: 10302715.
HSL color Cylindrical-coordinate representation of color #FB349D: hue angle of 328.34º 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 #FB349D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 157 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.02 |
| HSL | 328.34º | 0.96% | 0.59% | - |
| HSV(B) | 328.34º | 0.79% | 0.98% | - |
| XYZ | 47.1 | 25.4 | 34.32 | - |
| YUV | 123.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 157 | 0 | 0.79 | 0.37 | 0.02 | 328.34 | 0.96 | 0.59 |
| Hex | FB | 34 | 9D | 0 | 4F | 25 | 2 | 148 | 60 | 3B |
| Octal | 373 | 64 | 235 | 0 | 117 | 45 | 2 | 510 | 140 | 73 |
| Binary | 11111011 | 110100 | 10011101 | 0 | 1001111 | 100101 | 10 | 101001000 | 1100000 | 111011 |
Color Harmonies of #FB349D
Complementary color
Monochromatic Colors of #FB349D
Black with #FB349D
Text Example
Text Example
White with #FB349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB349D; }
p { color: rgb(251,52,157); }
H1.HeaderClassName
{
color: #FB349D;
}
.AnyTagClassName
{
color: #FB349D;
}
</style>
background-color css
<style>
a { background-color: #FB349D; }
a { background-color: rgb(251,52,157); }
div.DivClassName
{
background-color: #FB349D;
}
.BgClassName
{
background-color: #FB349D;
}
</style>
border-color css
<style>
span { border-color: #FB349D; }
span { border-color: rgb(251,52,157); }
td.TdClassName
{
border-color: #FB349D;
}
.TagClassName
{
border-color: #FB349D;
}
</style>