Shades of Wild Strawberry #FF419C
Tints of Wild Strawberry #FF419C
RGB
CMYK
RGB Variations
Color information
#FF419C (or 0xFF419C) is known color: Wild Strawberry. HEX triplet: FF, 41 and 9C. RGB value is (255,65,156). Sum of RGB (Red+Green+Blue) = 255+65+156=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF419C is #00BE63. Grayscale: #848484. Windows color (decimal): -48740 or 10240511. OLE color: 10240511.
HSL color Cylindrical-coordinate representation of color #FF419C: hue angle of 331.26º 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 #FF419C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 156 | - |
| CMYK | 0 | 0.75 | 0.39 | 0 |
| HSL | 331.26º | 1% | 0.63% | - |
| HSV(B) | 331.26º | 0.75% | 1% | - |
| XYZ | 49.13 | 27.44 | 34.16 | - |
| YUV | 132.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 156 | 0 | 0.75 | 0.39 | 0 | 331.26 | 1 | 0.63 |
| Hex | FF | 41 | 9C | 0 | 4B | 27 | 0 | 14B | 64 | 3F |
| Octal | 377 | 101 | 234 | 0 | 113 | 47 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10011100 | 0 | 1001011 | 100111 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF419C
Complementary color
Monochromatic Colors of #FF419C
Black with #FF419C
Text Example
Text Example
White with #FF419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF419C; }
p { color: rgb(255,65,156); }
H1.HeaderClassName
{
color: #FF419C;
}
.AnyTagClassName
{
color: #FF419C;
}
</style>
background-color css
<style>
a { background-color: #FF419C; }
a { background-color: rgb(255,65,156); }
div.DivClassName
{
background-color: #FF419C;
}
.BgClassName
{
background-color: #FF419C;
}
</style>
border-color css
<style>
span { border-color: #FF419C; }
span { border-color: rgb(255,65,156); }
td.TdClassName
{
border-color: #FF419C;
}
.TagClassName
{
border-color: #FF419C;
}
</style>