Shades of Wild Strawberry #F13F9A
Tints of Wild Strawberry #F13F9A
RGB
CMYK
RGB Variations
Color information
#F13F9A (or 0xF13F9A) is known color: Wild Strawberry. HEX triplet: F1, 3F and 9A. RGB value is (241,63,154). Sum of RGB (Red+Green+Blue) = 241+63+154=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F9A is #0EC065. Grayscale: #7E7E7E. Windows color (decimal): -966758 or 10108913. OLE color: 10108913.
HSL color Cylindrical-coordinate representation of color #F13F9A: hue angle of 329.33º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F9A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 154 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.05 |
| HSL | 329.33º | 0.86% | 0.6% | - |
| HSV(B) | 329.33º | 0.74% | 0.95% | - |
| XYZ | 43.89 | 24.59 | 33 | - |
| YUV | 126.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 154 | 0 | 0.74 | 0.36 | 0.05 | 329.33 | 0.86 | 0.6 |
| Hex | F1 | 3F | 9A | 0 | 4A | 24 | 5 | 149 | 56 | 3C |
| Octal | 361 | 77 | 232 | 0 | 112 | 44 | 5 | 511 | 126 | 74 |
| Binary | 11110001 | 111111 | 10011010 | 0 | 1001010 | 100100 | 101 | 101001001 | 1010110 | 111100 |
Color Harmonies of #F13F9A
Complementary color
Monochromatic Colors of #F13F9A
Black with #F13F9A
Text Example
Text Example
White with #F13F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F9A; }
p { color: rgb(241,63,154); }
H1.HeaderClassName
{
color: #F13F9A;
}
.AnyTagClassName
{
color: #F13F9A;
}
</style>
background-color css
<style>
a { background-color: #F13F9A; }
a { background-color: rgb(241,63,154); }
div.DivClassName
{
background-color: #F13F9A;
}
.BgClassName
{
background-color: #F13F9A;
}
</style>
border-color css
<style>
span { border-color: #F13F9A; }
span { border-color: rgb(241,63,154); }
td.TdClassName
{
border-color: #F13F9A;
}
.TagClassName
{
border-color: #F13F9A;
}
</style>