Shades of Wild Strawberry #F733A1
Tints of Wild Strawberry #F733A1
RGB
CMYK
RGB Variations
Color information
#F733A1 (or 0xF733A1) is known color: Wild Strawberry. HEX triplet: F7, 33 and A1. RGB value is (247,51,161). Sum of RGB (Red+Green+Blue) = 247+51+161=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F733A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F733A1 is #08CC5E. Grayscale: #797979. Windows color (decimal): -576607 or 10564599. OLE color: 10564599.
HSL color Cylindrical-coordinate representation of color #F733A1: hue angle of 326.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F733A1 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 161 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.03 |
| HSL | 326.33º | 0.92% | 0.58% | - |
| HSV(B) | 326.33º | 0.79% | 0.97% | - |
| XYZ | 45.97 | 24.72 | 36.07 | - |
| YUV | 122.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 161 | 0 | 0.79 | 0.35 | 0.03 | 326.33 | 0.92 | 0.58 |
| Hex | F7 | 33 | A1 | 0 | 4F | 23 | 3 | 146 | 5C | 3A |
| Octal | 367 | 63 | 241 | 0 | 117 | 43 | 3 | 506 | 134 | 72 |
| Binary | 11110111 | 110011 | 10100001 | 0 | 1001111 | 100011 | 11 | 101000110 | 1011100 | 111010 |
Color Harmonies of #F733A1
Complementary color
Monochromatic Colors of #F733A1
Black with #F733A1
Text Example
Text Example
White with #F733A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733A1; }
p { color: rgb(247,51,161); }
H1.HeaderClassName
{
color: #F733A1;
}
.AnyTagClassName
{
color: #F733A1;
}
</style>
background-color css
<style>
a { background-color: #F733A1; }
a { background-color: rgb(247,51,161); }
div.DivClassName
{
background-color: #F733A1;
}
.BgClassName
{
background-color: #F733A1;
}
</style>
border-color css
<style>
span { border-color: #F733A1; }
span { border-color: rgb(247,51,161); }
td.TdClassName
{
border-color: #F733A1;
}
.TagClassName
{
border-color: #F733A1;
}
</style>