Shades of Wild Strawberry #F5268B
Tints of Wild Strawberry #F5268B
RGB
CMYK
RGB Variations
Color information
#F5268B (or 0xF5268B) is known color: Wild Strawberry. HEX triplet: F5, 26 and 8B. RGB value is (245,38,139). Sum of RGB (Red+Green+Blue) = 245+38+139=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5268B is #0AD974. Grayscale: #6F6F6F. Windows color (decimal): -711029 or 9119477. OLE color: 9119477.
HSL color Cylindrical-coordinate representation of color #F5268B: hue angle of 330.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5268B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 139 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.04 |
| HSL | 330.72º | 0.91% | 0.55% | - |
| HSV(B) | 330.72º | 0.84% | 0.96% | - |
| XYZ | 43.01 | 22.66 | 26.53 | - |
| YUV | 111.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 139 | 0 | 0.84 | 0.43 | 0.04 | 330.72 | 0.91 | 0.55 |
| Hex | F5 | 26 | 8B | 0 | 54 | 2B | 4 | 14B | 5B | 37 |
| Octal | 365 | 46 | 213 | 0 | 124 | 53 | 4 | 513 | 133 | 67 |
| Binary | 11110101 | 100110 | 10001011 | 0 | 1010100 | 101011 | 100 | 101001011 | 1011011 | 110111 |
Color Harmonies of #F5268B
Complementary color
Monochromatic Colors of #F5268B
Black with #F5268B
Text Example
Text Example
White with #F5268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5268B; }
p { color: rgb(245,38,139); }
H1.HeaderClassName
{
color: #F5268B;
}
.AnyTagClassName
{
color: #F5268B;
}
</style>
background-color css
<style>
a { background-color: #F5268B; }
a { background-color: rgb(245,38,139); }
div.DivClassName
{
background-color: #F5268B;
}
.BgClassName
{
background-color: #F5268B;
}
</style>
border-color css
<style>
span { border-color: #F5268B; }
span { border-color: rgb(245,38,139); }
td.TdClassName
{
border-color: #F5268B;
}
.TagClassName
{
border-color: #F5268B;
}
</style>