Shades of Wild Strawberry #FB369F
Tints of Wild Strawberry #FB369F
RGB
CMYK
RGB Variations
Color information
#FB369F (or 0xFB369F) is known color: Wild Strawberry. HEX triplet: FB, 36 and 9F. RGB value is (251,54,159). Sum of RGB (Red+Green+Blue) = 251+54+159=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB369F is #04C960. Grayscale: #7C7C7C. Windows color (decimal): -313697 or 10434299. OLE color: 10434299.
HSL color Cylindrical-coordinate representation of color #FB369F: hue angle of 328.02º 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 #FB369F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 159 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.02º | 0.96% | 0.6% | - |
| HSV(B) | 328.02º | 0.78% | 0.98% | - |
| XYZ | 47.36 | 25.65 | 35.26 | - |
| YUV | 124.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 159 | 0 | 0.78 | 0.37 | 0.02 | 328.02 | 0.96 | 0.6 |
| Hex | FB | 36 | 9F | 0 | 4E | 25 | 2 | 148 | 60 | 3C |
| Octal | 373 | 66 | 237 | 0 | 116 | 45 | 2 | 510 | 140 | 74 |
| Binary | 11111011 | 110110 | 10011111 | 0 | 1001110 | 100101 | 10 | 101001000 | 1100000 | 111100 |
Color Harmonies of #FB369F
Complementary color
Monochromatic Colors of #FB369F
Black with #FB369F
Text Example
Text Example
White with #FB369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB369F; }
p { color: rgb(251,54,159); }
H1.HeaderClassName
{
color: #FB369F;
}
.AnyTagClassName
{
color: #FB369F;
}
</style>
background-color css
<style>
a { background-color: #FB369F; }
a { background-color: rgb(251,54,159); }
div.DivClassName
{
background-color: #FB369F;
}
.BgClassName
{
background-color: #FB369F;
}
</style>
border-color css
<style>
span { border-color: #FB369F; }
span { border-color: rgb(251,54,159); }
td.TdClassName
{
border-color: #FB369F;
}
.TagClassName
{
border-color: #FB369F;
}
</style>