Shades of Wild Strawberry #F341AB
Tints of Wild Strawberry #F341AB
RGB
CMYK
RGB Variations
Color information
#F341AB (or 0xF341AB) is known color: Wild Strawberry. HEX triplet: F3, 41 and AB. RGB value is (243,65,171). Sum of RGB (Red+Green+Blue) = 243+65+171=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F341AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341AB is #0CBE54. Grayscale: #828282. Windows color (decimal): -835157 or 11223539. OLE color: 11223539.
HSL color Cylindrical-coordinate representation of color #F341AB: hue angle of 324.27º degrees, saturation: 0.88, 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 #F341AB is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 171 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.05 |
| HSL | 324.27º | 0.88% | 0.6% | - |
| HSV(B) | 324.27º | 0.73% | 0.95% | - |
| XYZ | 46.2 | 25.78 | 41.07 | - |
| YUV | 130.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 171 | 0 | 0.73 | 0.30 | 0.05 | 324.27 | 0.88 | 0.6 |
| Hex | F3 | 41 | AB | 0 | 49 | 1E | 5 | 144 | 58 | 3C |
| Octal | 363 | 101 | 253 | 0 | 111 | 36 | 5 | 504 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10101011 | 0 | 1001001 | 11110 | 101 | 101000100 | 1011000 | 111100 |
Color Harmonies of #F341AB
Complementary color
Monochromatic Colors of #F341AB
Black with #F341AB
Text Example
Text Example
White with #F341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341AB; }
p { color: rgb(243,65,171); }
H1.HeaderClassName
{
color: #F341AB;
}
.AnyTagClassName
{
color: #F341AB;
}
</style>
background-color css
<style>
a { background-color: #F341AB; }
a { background-color: rgb(243,65,171); }
div.DivClassName
{
background-color: #F341AB;
}
.BgClassName
{
background-color: #F341AB;
}
</style>
border-color css
<style>
span { border-color: #F341AB; }
span { border-color: rgb(243,65,171); }
td.TdClassName
{
border-color: #F341AB;
}
.TagClassName
{
border-color: #F341AB;
}
</style>