Shades of Wild Strawberry #F140AA
Tints of Wild Strawberry #F140AA
RGB
CMYK
RGB Variations
Color information
#F140AA (or 0xF140AA) is known color: Wild Strawberry. HEX triplet: F1, 40 and AA. RGB value is (241,64,170). Sum of RGB (Red+Green+Blue) = 241+64+170=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F140AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140AA is #0EBF55. Grayscale: #808080. Windows color (decimal): -966486 or 11157745. OLE color: 11157745.
HSL color Cylindrical-coordinate representation of color #F140AA: hue angle of 324.07º 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 #F140AA is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 170 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.05 |
| HSL | 324.07º | 0.86% | 0.6% | - |
| HSV(B) | 324.07º | 0.73% | 0.95% | - |
| XYZ | 45.36 | 25.27 | 40.52 | - |
| YUV | 129.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 170 | 0 | 0.73 | 0.29 | 0.05 | 324.07 | 0.86 | 0.6 |
| Hex | F1 | 40 | AA | 0 | 49 | 1D | 5 | 144 | 56 | 3C |
| Octal | 361 | 100 | 252 | 0 | 111 | 35 | 5 | 504 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10101010 | 0 | 1001001 | 11101 | 101 | 101000100 | 1010110 | 111100 |
Color Harmonies of #F140AA
Complementary color
Monochromatic Colors of #F140AA
Black with #F140AA
Text Example
Text Example
White with #F140AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140AA; }
p { color: rgb(241,64,170); }
H1.HeaderClassName
{
color: #F140AA;
}
.AnyTagClassName
{
color: #F140AA;
}
</style>
background-color css
<style>
a { background-color: #F140AA; }
a { background-color: rgb(241,64,170); }
div.DivClassName
{
background-color: #F140AA;
}
.BgClassName
{
background-color: #F140AA;
}
</style>
border-color css
<style>
span { border-color: #F140AA; }
span { border-color: rgb(241,64,170); }
td.TdClassName
{
border-color: #F140AA;
}
.TagClassName
{
border-color: #F140AA;
}
</style>