Shades of Wild Strawberry #F142A1
Tints of Wild Strawberry #F142A1
RGB
CMYK
RGB Variations
Color information
#F142A1 (or 0xF142A1) is known color: Wild Strawberry. HEX triplet: F1, 42 and A1. RGB value is (241,66,161). Sum of RGB (Red+Green+Blue) = 241+66+161=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F142A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142A1 is #0EBD5E. Grayscale: #808080. Windows color (decimal): -965983 or 10568433. OLE color: 10568433.
HSL color Cylindrical-coordinate representation of color #F142A1: hue angle of 327.43º 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 #F142A1 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 161 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.05 |
| HSL | 327.43º | 0.86% | 0.6% | - |
| HSV(B) | 327.43º | 0.73% | 0.95% | - |
| XYZ | 44.66 | 25.17 | 36.22 | - |
| YUV | 129.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 161 | 0 | 0.73 | 0.33 | 0.05 | 327.43 | 0.86 | 0.6 |
| Hex | F1 | 42 | A1 | 0 | 49 | 21 | 5 | 147 | 56 | 3C |
| Octal | 361 | 102 | 241 | 0 | 111 | 41 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000010 | 10100001 | 0 | 1001001 | 100001 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F142A1
Complementary color
Monochromatic Colors of #F142A1
Black with #F142A1
Text Example
Text Example
White with #F142A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F142A1; }
p { color: rgb(241,66,161); }
H1.HeaderClassName
{
color: #F142A1;
}
.AnyTagClassName
{
color: #F142A1;
}
</style>
background-color css
<style>
a { background-color: #F142A1; }
a { background-color: rgb(241,66,161); }
div.DivClassName
{
background-color: #F142A1;
}
.BgClassName
{
background-color: #F142A1;
}
</style>
border-color css
<style>
span { border-color: #F142A1; }
span { border-color: rgb(241,66,161); }
td.TdClassName
{
border-color: #F142A1;
}
.TagClassName
{
border-color: #F142A1;
}
</style>