Shades of Wild Strawberry #F5369D
Tints of Wild Strawberry #F5369D
RGB
CMYK
RGB Variations
Color information
#F5369D (or 0xF5369D) is known color: Wild Strawberry. HEX triplet: F5, 36 and 9D. RGB value is (245,54,157). Sum of RGB (Red+Green+Blue) = 245+54+157=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5369D is #0AC962. Grayscale: #7A7A7A. Windows color (decimal): -706915 or 10303221. OLE color: 10303221.
HSL color Cylindrical-coordinate representation of color #F5369D: hue angle of 327.64º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5369D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 157 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.04 |
| HSL | 327.64º | 0.91% | 0.59% | - |
| HSV(B) | 327.64º | 0.78% | 0.96% | - |
| XYZ | 45.06 | 24.49 | 34.25 | - |
| YUV | 122.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 157 | 0 | 0.78 | 0.36 | 0.04 | 327.64 | 0.91 | 0.59 |
| Hex | F5 | 36 | 9D | 0 | 4E | 24 | 4 | 148 | 5B | 3B |
| Octal | 365 | 66 | 235 | 0 | 116 | 44 | 4 | 510 | 133 | 73 |
| Binary | 11110101 | 110110 | 10011101 | 0 | 1001110 | 100100 | 100 | 101001000 | 1011011 | 111011 |
Color Harmonies of #F5369D
Complementary color
Monochromatic Colors of #F5369D
Black with #F5369D
Text Example
Text Example
White with #F5369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5369D; }
p { color: rgb(245,54,157); }
H1.HeaderClassName
{
color: #F5369D;
}
.AnyTagClassName
{
color: #F5369D;
}
</style>
background-color css
<style>
a { background-color: #F5369D; }
a { background-color: rgb(245,54,157); }
div.DivClassName
{
background-color: #F5369D;
}
.BgClassName
{
background-color: #F5369D;
}
</style>
border-color css
<style>
span { border-color: #F5369D; }
span { border-color: rgb(245,54,157); }
td.TdClassName
{
border-color: #F5369D;
}
.TagClassName
{
border-color: #F5369D;
}
</style>