Shades of Wild Strawberry #FF4097
Tints of Wild Strawberry #FF4097
RGB
CMYK
RGB Variations
Color information
#FF4097 (or 0xFF4097) is known color: Wild Strawberry. HEX triplet: FF, 40 and 97. RGB value is (255,64,151). Sum of RGB (Red+Green+Blue) = 255+64+151=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4097 is #00BF68. Grayscale: #828282. Windows color (decimal): -49001 or 9912575. OLE color: 9912575.
HSL color Cylindrical-coordinate representation of color #FF4097: hue angle of 332.67º 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 #FF4097 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 151 | - |
| CMYK | 0 | 0.75 | 0.41 | 0 |
| HSL | 332.67º | 1% | 0.63% | - |
| HSV(B) | 332.67º | 0.75% | 1% | - |
| XYZ | 48.66 | 27.16 | 31.96 | - |
| YUV | 131.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 151 | 0 | 0.75 | 0.41 | 0 | 332.67 | 1 | 0.63 |
| Hex | FF | 40 | 97 | 0 | 4B | 29 | 0 | 14D | 64 | 3F |
| Octal | 377 | 100 | 227 | 0 | 113 | 51 | 0 | 515 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10010111 | 0 | 1001011 | 101001 | 0 | 101001101 | 1100100 | 111111 |
Color Harmonies of #FF4097
Complementary color
Monochromatic Colors of #FF4097
Black with #FF4097
Text Example
Text Example
White with #FF4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4097; }
p { color: rgb(255,64,151); }
H1.HeaderClassName
{
color: #FF4097;
}
.AnyTagClassName
{
color: #FF4097;
}
</style>
background-color css
<style>
a { background-color: #FF4097; }
a { background-color: rgb(255,64,151); }
div.DivClassName
{
background-color: #FF4097;
}
.BgClassName
{
background-color: #FF4097;
}
</style>
border-color css
<style>
span { border-color: #FF4097; }
span { border-color: rgb(255,64,151); }
td.TdClassName
{
border-color: #FF4097;
}
.TagClassName
{
border-color: #FF4097;
}
</style>