Shades of Wild Strawberry #FB258F
Tints of Wild Strawberry #FB258F
RGB
CMYK
RGB Variations
Color information
#FB258F (or 0xFB258F) is known color: Wild Strawberry. HEX triplet: FB, 25 and 8F. RGB value is (251,37,143). Sum of RGB (Red+Green+Blue) = 251+37+143=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB258F is #04DA70. Grayscale: #707070. Windows color (decimal): -318065 or 9381371. OLE color: 9381371.
HSL color Cylindrical-coordinate representation of color #FB258F: hue angle of 330.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB258F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.28º | 0.96% | 0.56% | - |
| HSV(B) | 330.28º | 0.85% | 0.98% | - |
| XYZ | 45.4 | 23.82 | 28.19 | - |
| YUV | 113.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330.28 | 0.96 | 0.56 |
| Hex | FB | 25 | 8F | 0 | 55 | 2B | 2 | 14A | 60 | 38 |
| Octal | 373 | 45 | 217 | 0 | 125 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111011 | 100101 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FB258F
Complementary color
Monochromatic Colors of #FB258F
Black with #FB258F
Text Example
Text Example
White with #FB258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB258F; }
p { color: rgb(251,37,143); }
H1.HeaderClassName
{
color: #FB258F;
}
.AnyTagClassName
{
color: #FB258F;
}
</style>
background-color css
<style>
a { background-color: #FB258F; }
a { background-color: rgb(251,37,143); }
div.DivClassName
{
background-color: #FB258F;
}
.BgClassName
{
background-color: #FB258F;
}
</style>
border-color css
<style>
span { border-color: #FB258F; }
span { border-color: rgb(251,37,143); }
td.TdClassName
{
border-color: #FB258F;
}
.TagClassName
{
border-color: #FB258F;
}
</style>