Shades of Wild Strawberry #F13F9C
Tints of Wild Strawberry #F13F9C
RGB
CMYK
RGB Variations
Color information
#F13F9C (or 0xF13F9C) is known color: Wild Strawberry. HEX triplet: F1, 3F and 9C. RGB value is (241,63,156). Sum of RGB (Red+Green+Blue) = 241+63+156=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F9C is #0EC063. Grayscale: #7E7E7E. Windows color (decimal): -966756 or 10239985. OLE color: 10239985.
HSL color Cylindrical-coordinate representation of color #F13F9C: hue angle of 328.65º 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 #F13F9C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 156 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.05 |
| HSL | 328.65º | 0.86% | 0.6% | - |
| HSV(B) | 328.65º | 0.74% | 0.95% | - |
| XYZ | 44.05 | 24.66 | 33.89 | - |
| YUV | 126.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 156 | 0 | 0.74 | 0.35 | 0.05 | 328.65 | 0.86 | 0.6 |
| Hex | F1 | 3F | 9C | 0 | 4A | 23 | 5 | 149 | 56 | 3C |
| Octal | 361 | 77 | 234 | 0 | 112 | 43 | 5 | 511 | 126 | 74 |
| Binary | 11110001 | 111111 | 10011100 | 0 | 1001010 | 100011 | 101 | 101001001 | 1010110 | 111100 |
Color Harmonies of #F13F9C
Complementary color
Monochromatic Colors of #F13F9C
Black with #F13F9C
Text Example
Text Example
White with #F13F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F9C; }
p { color: rgb(241,63,156); }
H1.HeaderClassName
{
color: #F13F9C;
}
.AnyTagClassName
{
color: #F13F9C;
}
</style>
background-color css
<style>
a { background-color: #F13F9C; }
a { background-color: rgb(241,63,156); }
div.DivClassName
{
background-color: #F13F9C;
}
.BgClassName
{
background-color: #F13F9C;
}
</style>
border-color css
<style>
span { border-color: #F13F9C; }
span { border-color: rgb(241,63,156); }
td.TdClassName
{
border-color: #F13F9C;
}
.TagClassName
{
border-color: #F13F9C;
}
</style>