Shades of Wild Strawberry #F535A1
Tints of Wild Strawberry #F535A1
RGB
CMYK
RGB Variations
Color information
#F535A1 (or 0xF535A1) is known color: Wild Strawberry. HEX triplet: F5, 35 and A1. RGB value is (245,53,161). Sum of RGB (Red+Green+Blue) = 245+53+161=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F535A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F535A1 is #0ACA5E. Grayscale: #7A7A7A. Windows color (decimal): -707167 or 10565109. OLE color: 10565109.
HSL color Cylindrical-coordinate representation of color #F535A1: hue angle of 326.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F535A1 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 161 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.04 |
| HSL | 326.25º | 0.91% | 0.58% | - |
| HSV(B) | 326.25º | 0.78% | 0.96% | - |
| XYZ | 45.36 | 24.53 | 36.06 | - |
| YUV | 122.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 161 | 0 | 0.78 | 0.34 | 0.04 | 326.25 | 0.91 | 0.58 |
| Hex | F5 | 35 | A1 | 0 | 4E | 22 | 4 | 146 | 5B | 3A |
| Octal | 365 | 65 | 241 | 0 | 116 | 42 | 4 | 506 | 133 | 72 |
| Binary | 11110101 | 110101 | 10100001 | 0 | 1001110 | 100010 | 100 | 101000110 | 1011011 | 111010 |
Color Harmonies of #F535A1
Complementary color
Monochromatic Colors of #F535A1
Black with #F535A1
Text Example
Text Example
White with #F535A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F535A1; }
p { color: rgb(245,53,161); }
H1.HeaderClassName
{
color: #F535A1;
}
.AnyTagClassName
{
color: #F535A1;
}
</style>
background-color css
<style>
a { background-color: #F535A1; }
a { background-color: rgb(245,53,161); }
div.DivClassName
{
background-color: #F535A1;
}
.BgClassName
{
background-color: #F535A1;
}
</style>
border-color css
<style>
span { border-color: #F535A1; }
span { border-color: rgb(245,53,161); }
td.TdClassName
{
border-color: #F535A1;
}
.TagClassName
{
border-color: #F535A1;
}
</style>