Shades of Wild Strawberry #FF297F
Tints of Wild Strawberry #FF297F
RGB
CMYK
RGB Variations
Color information
#FF297F (or 0xFF297F) is known color: Wild Strawberry. HEX triplet: FF, 29 and 7F. RGB value is (255,41,127). Sum of RGB (Red+Green+Blue) = 255+41+127=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF297F is #00D680. Grayscale: #727272. Windows color (decimal): -54913 or 8333823. OLE color: 8333823.
HSL color Cylindrical-coordinate representation of color #FF297F: hue angle of 335.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF297F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 127 | - |
| CMYK | 0 | 0.84 | 0.50 | 0 |
| HSL | 335.89º | 1% | 0.58% | - |
| HSV(B) | 335.89º | 0.84% | 1% | - |
| XYZ | 45.86 | 24.38 | 22.37 | - |
| YUV | 114.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 127 | 0 | 0.84 | 0.50 | 0 | 335.89 | 1 | 0.58 |
| Hex | FF | 29 | 7F | 0 | 54 | 32 | 0 | 150 | 64 | 3A |
| Octal | 377 | 51 | 177 | 0 | 124 | 62 | 0 | 520 | 144 | 72 |
| Binary | 11111111 | 101001 | 1111111 | 0 | 1010100 | 110010 | 0 | 101010000 | 1100100 | 111010 |
Color Harmonies of #FF297F
Complementary color
Monochromatic Colors of #FF297F
Black with #FF297F
Text Example
Text Example
White with #FF297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF297F; }
p { color: rgb(255,41,127); }
H1.HeaderClassName
{
color: #FF297F;
}
.AnyTagClassName
{
color: #FF297F;
}
</style>
background-color css
<style>
a { background-color: #FF297F; }
a { background-color: rgb(255,41,127); }
div.DivClassName
{
background-color: #FF297F;
}
.BgClassName
{
background-color: #FF297F;
}
</style>
border-color css
<style>
span { border-color: #FF297F; }
span { border-color: rgb(255,41,127); }
td.TdClassName
{
border-color: #FF297F;
}
.TagClassName
{
border-color: #FF297F;
}
</style>