Shades of Wild Strawberry #F735A0
Tints of Wild Strawberry #F735A0
RGB
CMYK
RGB Variations
Color information
#F735A0 (or 0xF735A0) is known color: Wild Strawberry. HEX triplet: F7, 35 and A0. RGB value is (247,53,160). Sum of RGB (Red+Green+Blue) = 247+53+160=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F735A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F735A0 is #08CA5F. Grayscale: #7A7A7A. Windows color (decimal): -576096 or 10499575. OLE color: 10499575.
HSL color Cylindrical-coordinate representation of color #F735A0: hue angle of 326.91º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735A0 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 160 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.03 |
| HSL | 326.91º | 0.92% | 0.59% | - |
| HSV(B) | 326.91º | 0.79% | 0.97% | - |
| XYZ | 45.98 | 24.86 | 35.63 | - |
| YUV | 123.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 160 | 0 | 0.79 | 0.35 | 0.03 | 326.91 | 0.92 | 0.59 |
| Hex | F7 | 35 | A0 | 0 | 4F | 23 | 3 | 147 | 5C | 3B |
| Octal | 367 | 65 | 240 | 0 | 117 | 43 | 3 | 507 | 134 | 73 |
| Binary | 11110111 | 110101 | 10100000 | 0 | 1001111 | 100011 | 11 | 101000111 | 1011100 | 111011 |
Color Harmonies of #F735A0
Complementary color
Monochromatic Colors of #F735A0
Black with #F735A0
Text Example
Text Example
White with #F735A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735A0; }
p { color: rgb(247,53,160); }
H1.HeaderClassName
{
color: #F735A0;
}
.AnyTagClassName
{
color: #F735A0;
}
</style>
background-color css
<style>
a { background-color: #F735A0; }
a { background-color: rgb(247,53,160); }
div.DivClassName
{
background-color: #F735A0;
}
.BgClassName
{
background-color: #F735A0;
}
</style>
border-color css
<style>
span { border-color: #F735A0; }
span { border-color: rgb(247,53,160); }
td.TdClassName
{
border-color: #F735A0;
}
.TagClassName
{
border-color: #F735A0;
}
</style>