Shades of Wild Strawberry #F134A0
Tints of Wild Strawberry #F134A0
RGB
CMYK
RGB Variations
Color information
#F134A0 (or 0xF134A0) is known color: Wild Strawberry. HEX triplet: F1, 34 and A0. RGB value is (241,52,160). Sum of RGB (Red+Green+Blue) = 241+52+160=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F134A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F134A0 is #0ECB5F. Grayscale: #787878. Windows color (decimal): -969568 or 10499313. OLE color: 10499313.
HSL color Cylindrical-coordinate representation of color #F134A0: hue angle of 325.71º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F134A0 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 160 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.05 |
| HSL | 325.71º | 0.87% | 0.57% | - |
| HSV(B) | 325.71º | 0.78% | 0.95% | - |
| XYZ | 43.85 | 23.69 | 35.52 | - |
| YUV | 120.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 160 | 0 | 0.78 | 0.34 | 0.05 | 325.71 | 0.87 | 0.57 |
| Hex | F1 | 34 | A0 | 0 | 4E | 22 | 5 | 146 | 57 | 39 |
| Octal | 361 | 64 | 240 | 0 | 116 | 42 | 5 | 506 | 127 | 71 |
| Binary | 11110001 | 110100 | 10100000 | 0 | 1001110 | 100010 | 101 | 101000110 | 1010111 | 111001 |
Color Harmonies of #F134A0
Complementary color
Monochromatic Colors of #F134A0
Black with #F134A0
Text Example
Text Example
White with #F134A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F134A0; }
p { color: rgb(241,52,160); }
H1.HeaderClassName
{
color: #F134A0;
}
.AnyTagClassName
{
color: #F134A0;
}
</style>
background-color css
<style>
a { background-color: #F134A0; }
a { background-color: rgb(241,52,160); }
div.DivClassName
{
background-color: #F134A0;
}
.BgClassName
{
background-color: #F134A0;
}
</style>
border-color css
<style>
span { border-color: #F134A0; }
span { border-color: rgb(241,52,160); }
td.TdClassName
{
border-color: #F134A0;
}
.TagClassName
{
border-color: #F134A0;
}
</style>