Shades of Wild Strawberry #FF419E
Tints of Wild Strawberry #FF419E
RGB
CMYK
RGB Variations
Color information
#FF419E (or 0xFF419E) is known color: Wild Strawberry. HEX triplet: FF, 41 and 9E. RGB value is (255,65,158). Sum of RGB (Red+Green+Blue) = 255+65+158=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF419E is #00BE61. Grayscale: #848484. Windows color (decimal): -48738 or 10371583. OLE color: 10371583.
HSL color Cylindrical-coordinate representation of color #FF419E: hue angle of 330.63º 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 #FF419E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 158 | - |
| CMYK | 0 | 0.75 | 0.38 | 0 |
| HSL | 330.63º | 1% | 0.63% | - |
| HSV(B) | 330.63º | 0.75% | 1% | - |
| XYZ | 49.3 | 27.51 | 35.06 | - |
| YUV | 132.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 158 | 0 | 0.75 | 0.38 | 0 | 330.63 | 1 | 0.63 |
| Hex | FF | 41 | 9E | 0 | 4B | 26 | 0 | 14B | 64 | 3F |
| Octal | 377 | 101 | 236 | 0 | 113 | 46 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10011110 | 0 | 1001011 | 100110 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF419E
Complementary color
Monochromatic Colors of #FF419E
Black with #FF419E
Text Example
Text Example
White with #FF419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF419E; }
p { color: rgb(255,65,158); }
H1.HeaderClassName
{
color: #FF419E;
}
.AnyTagClassName
{
color: #FF419E;
}
</style>
background-color css
<style>
a { background-color: #FF419E; }
a { background-color: rgb(255,65,158); }
div.DivClassName
{
background-color: #FF419E;
}
.BgClassName
{
background-color: #FF419E;
}
</style>
border-color css
<style>
span { border-color: #FF419E; }
span { border-color: rgb(255,65,158); }
td.TdClassName
{
border-color: #FF419E;
}
.TagClassName
{
border-color: #FF419E;
}
</style>