Shades of Wild Strawberry #F741AB
Tints of Wild Strawberry #F741AB
RGB
CMYK
RGB Variations
Color information
#F741AB (or 0xF741AB) is known color: Wild Strawberry. HEX triplet: F7, 41 and AB. RGB value is (247,65,171). Sum of RGB (Red+Green+Blue) = 247+65+171=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F741AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741AB is #08BE54. Grayscale: #838383. Windows color (decimal): -573013 or 11223543. OLE color: 11223543.
HSL color Cylindrical-coordinate representation of color #F741AB: hue angle of 325.05º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F741AB is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 171 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.03 |
| HSL | 325.05º | 0.92% | 0.61% | - |
| HSV(B) | 325.05º | 0.74% | 0.97% | - |
| XYZ | 47.6 | 26.5 | 41.13 | - |
| YUV | 131.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 171 | 0 | 0.74 | 0.31 | 0.03 | 325.05 | 0.92 | 0.61 |
| Hex | F7 | 41 | AB | 0 | 4A | 1F | 3 | 145 | 5C | 3D |
| Octal | 367 | 101 | 253 | 0 | 112 | 37 | 3 | 505 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10101011 | 0 | 1001010 | 11111 | 11 | 101000101 | 1011100 | 111101 |
Color Harmonies of #F741AB
Complementary color
Monochromatic Colors of #F741AB
Black with #F741AB
Text Example
Text Example
White with #F741AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741AB; }
p { color: rgb(247,65,171); }
H1.HeaderClassName
{
color: #F741AB;
}
.AnyTagClassName
{
color: #F741AB;
}
</style>
background-color css
<style>
a { background-color: #F741AB; }
a { background-color: rgb(247,65,171); }
div.DivClassName
{
background-color: #F741AB;
}
.BgClassName
{
background-color: #F741AB;
}
</style>
border-color css
<style>
span { border-color: #F741AB; }
span { border-color: rgb(247,65,171); }
td.TdClassName
{
border-color: #F741AB;
}
.TagClassName
{
border-color: #F741AB;
}
</style>