Shades of Wild Strawberry #F9318E
Tints of Wild Strawberry #F9318E
RGB
CMYK
RGB Variations
Color information
#F9318E (or 0xF9318E) is known color: Wild Strawberry. HEX triplet: F9, 31 and 8E. RGB value is (249,49,142). Sum of RGB (Red+Green+Blue) = 249+49+142=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318E is #06CE71. Grayscale: #777777. Windows color (decimal): -446066 or 9318905. OLE color: 9318905.
HSL color Cylindrical-coordinate representation of color #F9318E: hue angle of 332.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9318E is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 142 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.02 |
| HSL | 332.1º | 0.94% | 0.58% | - |
| HSV(B) | 332.1º | 0.8% | 0.98% | - |
| XYZ | 45.05 | 24.29 | 27.91 | - |
| YUV | 119.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 142 | 0 | 0.80 | 0.43 | 0.02 | 332.1 | 0.94 | 0.58 |
| Hex | F9 | 31 | 8E | 0 | 50 | 2B | 2 | 14C | 5E | 3A |
| Octal | 371 | 61 | 216 | 0 | 120 | 53 | 2 | 514 | 136 | 72 |
| Binary | 11111001 | 110001 | 10001110 | 0 | 1010000 | 101011 | 10 | 101001100 | 1011110 | 111010 |
Color Harmonies of #F9318E
Complementary color
Monochromatic Colors of #F9318E
Black with #F9318E
Text Example
Text Example
White with #F9318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9318E; }
p { color: rgb(249,49,142); }
H1.HeaderClassName
{
color: #F9318E;
}
.AnyTagClassName
{
color: #F9318E;
}
</style>
background-color css
<style>
a { background-color: #F9318E; }
a { background-color: rgb(249,49,142); }
div.DivClassName
{
background-color: #F9318E;
}
.BgClassName
{
background-color: #F9318E;
}
</style>
border-color css
<style>
span { border-color: #F9318E; }
span { border-color: rgb(249,49,142); }
td.TdClassName
{
border-color: #F9318E;
}
.TagClassName
{
border-color: #F9318E;
}
</style>