Shades of Wild Strawberry #F13FAC
Tints of Wild Strawberry #F13FAC
RGB
CMYK
RGB Variations
Color information
#F13FAC (or 0xF13FAC) is known color: Wild Strawberry. HEX triplet: F1, 3F and AC. RGB value is (241,63,172). Sum of RGB (Red+Green+Blue) = 241+63+172=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FAC is #0EC053. Grayscale: #808080. Windows color (decimal): -966740 or 11288561. OLE color: 11288561.
HSL color Cylindrical-coordinate representation of color #F13FAC: hue angle of 323.26º 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 #F13FAC is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 172 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.05 |
| HSL | 323.26º | 0.86% | 0.6% | - |
| HSV(B) | 323.26º | 0.74% | 0.95% | - |
| XYZ | 45.5 | 25.23 | 41.5 | - |
| YUV | 128.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 172 | 0 | 0.74 | 0.29 | 0.05 | 323.26 | 0.86 | 0.6 |
| Hex | F1 | 3F | AC | 0 | 4A | 1D | 5 | 143 | 56 | 3C |
| Octal | 361 | 77 | 254 | 0 | 112 | 35 | 5 | 503 | 126 | 74 |
| Binary | 11110001 | 111111 | 10101100 | 0 | 1001010 | 11101 | 101 | 101000011 | 1010110 | 111100 |
Color Harmonies of #F13FAC
Complementary color
Monochromatic Colors of #F13FAC
Black with #F13FAC
Text Example
Text Example
White with #F13FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FAC; }
p { color: rgb(241,63,172); }
H1.HeaderClassName
{
color: #F13FAC;
}
.AnyTagClassName
{
color: #F13FAC;
}
</style>
background-color css
<style>
a { background-color: #F13FAC; }
a { background-color: rgb(241,63,172); }
div.DivClassName
{
background-color: #F13FAC;
}
.BgClassName
{
background-color: #F13FAC;
}
</style>
border-color css
<style>
span { border-color: #F13FAC; }
span { border-color: rgb(241,63,172); }
td.TdClassName
{
border-color: #F13FAC;
}
.TagClassName
{
border-color: #F13FAC;
}
</style>