Shades of Wild Strawberry #F72C8B
Tints of Wild Strawberry #F72C8B
RGB
CMYK
RGB Variations
Color information
#F72C8B (or 0xF72C8B) is known color: Wild Strawberry. HEX triplet: F7, 2C and 8B. RGB value is (247,44,139). Sum of RGB (Red+Green+Blue) = 247+44+139=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72C8B is #08D374. Grayscale: #737373. Windows color (decimal): -578421 or 9121015. OLE color: 9121015.
HSL color Cylindrical-coordinate representation of color #F72C8B: hue angle of 331.92º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72C8B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 139 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.03 |
| HSL | 331.92º | 0.93% | 0.57% | - |
| HSV(B) | 331.92º | 0.82% | 0.97% | - |
| XYZ | 43.92 | 23.44 | 26.64 | - |
| YUV | 115.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 139 | 0 | 0.82 | 0.44 | 0.03 | 331.92 | 0.93 | 0.57 |
| Hex | F7 | 2C | 8B | 0 | 52 | 2C | 3 | 14C | 5D | 39 |
| Octal | 367 | 54 | 213 | 0 | 122 | 54 | 3 | 514 | 135 | 71 |
| Binary | 11110111 | 101100 | 10001011 | 0 | 1010010 | 101100 | 11 | 101001100 | 1011101 | 111001 |
Color Harmonies of #F72C8B
Complementary color
Monochromatic Colors of #F72C8B
Black with #F72C8B
Text Example
Text Example
White with #F72C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C8B; }
p { color: rgb(247,44,139); }
H1.HeaderClassName
{
color: #F72C8B;
}
.AnyTagClassName
{
color: #F72C8B;
}
</style>
background-color css
<style>
a { background-color: #F72C8B; }
a { background-color: rgb(247,44,139); }
div.DivClassName
{
background-color: #F72C8B;
}
.BgClassName
{
background-color: #F72C8B;
}
</style>
border-color css
<style>
span { border-color: #F72C8B; }
span { border-color: rgb(247,44,139); }
td.TdClassName
{
border-color: #F72C8B;
}
.TagClassName
{
border-color: #F72C8B;
}
</style>