Shades of Wild Strawberry #F7278C
Tints of Wild Strawberry #F7278C
RGB
CMYK
RGB Variations
Color information
#F7278C (or 0xF7278C) is known color: Wild Strawberry. HEX triplet: F7, 27 and 8C. RGB value is (247,39,140). Sum of RGB (Red+Green+Blue) = 247+39+140=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7278C is #08D873. Grayscale: #707070. Windows color (decimal): -579700 or 9185271. OLE color: 9185271.
HSL color Cylindrical-coordinate representation of color #F7278C: hue angle of 330.87º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7278C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 140 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.03 |
| HSL | 330.87º | 0.93% | 0.56% | - |
| HSV(B) | 330.87º | 0.84% | 0.97% | - |
| XYZ | 43.82 | 23.12 | 26.96 | - |
| YUV | 112.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 140 | 0 | 0.84 | 0.43 | 0.03 | 330.87 | 0.93 | 0.56 |
| Hex | F7 | 27 | 8C | 0 | 54 | 2B | 3 | 14B | 5D | 38 |
| Octal | 367 | 47 | 214 | 0 | 124 | 53 | 3 | 513 | 135 | 70 |
| Binary | 11110111 | 100111 | 10001100 | 0 | 1010100 | 101011 | 11 | 101001011 | 1011101 | 111000 |
Color Harmonies of #F7278C
Complementary color
Monochromatic Colors of #F7278C
Black with #F7278C
Text Example
Text Example
White with #F7278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7278C; }
p { color: rgb(247,39,140); }
H1.HeaderClassName
{
color: #F7278C;
}
.AnyTagClassName
{
color: #F7278C;
}
</style>
background-color css
<style>
a { background-color: #F7278C; }
a { background-color: rgb(247,39,140); }
div.DivClassName
{
background-color: #F7278C;
}
.BgClassName
{
background-color: #F7278C;
}
</style>
border-color css
<style>
span { border-color: #F7278C; }
span { border-color: rgb(247,39,140); }
td.TdClassName
{
border-color: #F7278C;
}
.TagClassName
{
border-color: #F7278C;
}
</style>