Shades of Wild Strawberry #F334A1
Tints of Wild Strawberry #F334A1
RGB
CMYK
RGB Variations
Color information
#F334A1 (or 0xF334A1) is known color: Wild Strawberry. HEX triplet: F3, 34 and A1. RGB value is (243,52,161). Sum of RGB (Red+Green+Blue) = 243+52+161=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F334A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334A1 is #0CCB5E. Grayscale: #797979. Windows color (decimal): -838495 or 10564851. OLE color: 10564851.
HSL color Cylindrical-coordinate representation of color #F334A1: hue angle of 325.76º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334A1 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 161 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.05 |
| HSL | 325.76º | 0.89% | 0.58% | - |
| HSV(B) | 325.76º | 0.79% | 0.95% | - |
| XYZ | 44.62 | 24.08 | 36.01 | - |
| YUV | 121.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 161 | 0 | 0.79 | 0.34 | 0.05 | 325.76 | 0.89 | 0.58 |
| Hex | F3 | 34 | A1 | 0 | 4F | 22 | 5 | 146 | 59 | 3A |
| Octal | 363 | 64 | 241 | 0 | 117 | 42 | 5 | 506 | 131 | 72 |
| Binary | 11110011 | 110100 | 10100001 | 0 | 1001111 | 100010 | 101 | 101000110 | 1011001 | 111010 |
Color Harmonies of #F334A1
Complementary color
Monochromatic Colors of #F334A1
Black with #F334A1
Text Example
Text Example
White with #F334A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334A1; }
p { color: rgb(243,52,161); }
H1.HeaderClassName
{
color: #F334A1;
}
.AnyTagClassName
{
color: #F334A1;
}
</style>
background-color css
<style>
a { background-color: #F334A1; }
a { background-color: rgb(243,52,161); }
div.DivClassName
{
background-color: #F334A1;
}
.BgClassName
{
background-color: #F334A1;
}
</style>
border-color css
<style>
span { border-color: #F334A1; }
span { border-color: rgb(243,52,161); }
td.TdClassName
{
border-color: #F334A1;
}
.TagClassName
{
border-color: #F334A1;
}
</style>