Shades of Wild Strawberry #F140AB
Tints of Wild Strawberry #F140AB
RGB
CMYK
RGB Variations
Color information
#F140AB (or 0xF140AB) is known color: Wild Strawberry. HEX triplet: F1, 40 and AB. RGB value is (241,64,171). Sum of RGB (Red+Green+Blue) = 241+64+171=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F140AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140AB is #0EBF54. Grayscale: #808080. Windows color (decimal): -966485 or 11223281. OLE color: 11223281.
HSL color Cylindrical-coordinate representation of color #F140AB: hue angle of 323.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140AB is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 171 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.05 |
| HSL | 323.73º | 0.86% | 0.6% | - |
| HSV(B) | 323.73º | 0.73% | 0.95% | - |
| XYZ | 45.46 | 25.31 | 41.02 | - |
| YUV | 129.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 171 | 0 | 0.73 | 0.29 | 0.05 | 323.73 | 0.86 | 0.6 |
| Hex | F1 | 40 | AB | 0 | 49 | 1D | 5 | 144 | 56 | 3C |
| Octal | 361 | 100 | 253 | 0 | 111 | 35 | 5 | 504 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10101011 | 0 | 1001001 | 11101 | 101 | 101000100 | 1010110 | 111100 |
Color Harmonies of #F140AB
Complementary color
Monochromatic Colors of #F140AB
Black with #F140AB
Text Example
Text Example
White with #F140AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140AB; }
p { color: rgb(241,64,171); }
H1.HeaderClassName
{
color: #F140AB;
}
.AnyTagClassName
{
color: #F140AB;
}
</style>
background-color css
<style>
a { background-color: #F140AB; }
a { background-color: rgb(241,64,171); }
div.DivClassName
{
background-color: #F140AB;
}
.BgClassName
{
background-color: #F140AB;
}
</style>
border-color css
<style>
span { border-color: #F140AB; }
span { border-color: rgb(241,64,171); }
td.TdClassName
{
border-color: #F140AB;
}
.TagClassName
{
border-color: #F140AB;
}
</style>