Shades of Wild Strawberry #FF41A7
Tints of Wild Strawberry #FF41A7
RGB
CMYK
RGB Variations
Color information
#FF41A7 (or 0xFF41A7) is known color: Wild Strawberry. HEX triplet: FF, 41 and A7. RGB value is (255,65,167). Sum of RGB (Red+Green+Blue) = 255+65+167=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41A7 is #00BE58. Grayscale: #858585. Windows color (decimal): -48729 or 10961407. OLE color: 10961407.
HSL color Cylindrical-coordinate representation of color #FF41A7: hue angle of 327.79º 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 #FF41A7 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 167 | - |
| CMYK | 0 | 0.75 | 0.35 | 0 |
| HSL | 327.79º | 1% | 0.63% | - |
| HSV(B) | 327.79º | 0.75% | 1% | - |
| XYZ | 50.11 | 27.83 | 39.29 | - |
| YUV | 133.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 167 | 0 | 0.75 | 0.35 | 0 | 327.79 | 1 | 0.63 |
| Hex | FF | 41 | A7 | 0 | 4B | 23 | 0 | 148 | 64 | 3F |
| Octal | 377 | 101 | 247 | 0 | 113 | 43 | 0 | 510 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10100111 | 0 | 1001011 | 100011 | 0 | 101001000 | 1100100 | 111111 |
Color Harmonies of #FF41A7
Complementary color
Monochromatic Colors of #FF41A7
Black with #FF41A7
Text Example
Text Example
White with #FF41A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41A7; }
p { color: rgb(255,65,167); }
H1.HeaderClassName
{
color: #FF41A7;
}
.AnyTagClassName
{
color: #FF41A7;
}
</style>
background-color css
<style>
a { background-color: #FF41A7; }
a { background-color: rgb(255,65,167); }
div.DivClassName
{
background-color: #FF41A7;
}
.BgClassName
{
background-color: #FF41A7;
}
</style>
border-color css
<style>
span { border-color: #FF41A7; }
span { border-color: rgb(255,65,167); }
td.TdClassName
{
border-color: #FF41A7;
}
.TagClassName
{
border-color: #FF41A7;
}
</style>