Shades of Wild Strawberry #FF4196
Tints of Wild Strawberry #FF4196
RGB
CMYK
RGB Variations
Color information
#FF4196 (or 0xFF4196) is known color: Wild Strawberry. HEX triplet: FF, 41 and 96. RGB value is (255,65,150). Sum of RGB (Red+Green+Blue) = 255+65+150=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4196 is #00BE69. Grayscale: #838383. Windows color (decimal): -48746 or 9847295. OLE color: 9847295.
HSL color Cylindrical-coordinate representation of color #FF4196: hue angle of 333.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4196 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 150 | - |
| CMYK | 0 | 0.75 | 0.41 | 0 |
| HSL | 333.16º | 1% | 0.63% | - |
| HSV(B) | 333.16º | 0.75% | 1% | - |
| XYZ | 48.64 | 27.24 | 31.55 | - |
| YUV | 131.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 150 | 0 | 0.75 | 0.41 | 0 | 333.16 | 1 | 0.63 |
| Hex | FF | 41 | 96 | 0 | 4B | 29 | 0 | 14D | 64 | 3F |
| Octal | 377 | 101 | 226 | 0 | 113 | 51 | 0 | 515 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10010110 | 0 | 1001011 | 101001 | 0 | 101001101 | 1100100 | 111111 |
Color Harmonies of #FF4196
Complementary color
Monochromatic Colors of #FF4196
Black with #FF4196
Text Example
Text Example
White with #FF4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4196; }
p { color: rgb(255,65,150); }
H1.HeaderClassName
{
color: #FF4196;
}
.AnyTagClassName
{
color: #FF4196;
}
</style>
background-color css
<style>
a { background-color: #FF4196; }
a { background-color: rgb(255,65,150); }
div.DivClassName
{
background-color: #FF4196;
}
.BgClassName
{
background-color: #FF4196;
}
</style>
border-color css
<style>
span { border-color: #FF4196; }
span { border-color: rgb(255,65,150); }
td.TdClassName
{
border-color: #FF4196;
}
.TagClassName
{
border-color: #FF4196;
}
</style>