Shades of Wild Strawberry #FB369D
Tints of Wild Strawberry #FB369D
RGB
CMYK
RGB Variations
Color information
#FB369D (or 0xFB369D) is known color: Wild Strawberry. HEX triplet: FB, 36 and 9D. RGB value is (251,54,157). Sum of RGB (Red+Green+Blue) = 251+54+157=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB369D is #04C962. Grayscale: #7C7C7C. Windows color (decimal): -313699 or 10303227. OLE color: 10303227.
HSL color Cylindrical-coordinate representation of color #FB369D: hue angle of 328.63º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB369D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 157 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.63º | 0.96% | 0.6% | - |
| HSV(B) | 328.63º | 0.78% | 0.98% | - |
| XYZ | 47.19 | 25.58 | 34.35 | - |
| YUV | 124.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 157 | 0 | 0.78 | 0.37 | 0.02 | 328.63 | 0.96 | 0.6 |
| Hex | FB | 36 | 9D | 0 | 4E | 25 | 2 | 149 | 60 | 3C |
| Octal | 373 | 66 | 235 | 0 | 116 | 45 | 2 | 511 | 140 | 74 |
| Binary | 11111011 | 110110 | 10011101 | 0 | 1001110 | 100101 | 10 | 101001001 | 1100000 | 111100 |
Color Harmonies of #FB369D
Complementary color
Monochromatic Colors of #FB369D
Black with #FB369D
Text Example
Text Example
White with #FB369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB369D; }
p { color: rgb(251,54,157); }
H1.HeaderClassName
{
color: #FB369D;
}
.AnyTagClassName
{
color: #FB369D;
}
</style>
background-color css
<style>
a { background-color: #FB369D; }
a { background-color: rgb(251,54,157); }
div.DivClassName
{
background-color: #FB369D;
}
.BgClassName
{
background-color: #FB369D;
}
</style>
border-color css
<style>
span { border-color: #FB369D; }
span { border-color: rgb(251,54,157); }
td.TdClassName
{
border-color: #FB369D;
}
.TagClassName
{
border-color: #FB369D;
}
</style>