Shades of Wild Strawberry #FF34A0
Tints of Wild Strawberry #FF34A0
RGB
CMYK
RGB Variations
Color information
#FF34A0 (or 0xFF34A0) is known color: Wild Strawberry. HEX triplet: FF, 34 and A0. RGB value is (255,52,160). Sum of RGB (Red+Green+Blue) = 255+52+160=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34A0 is #00CB5F. Grayscale: #7C7C7C. Windows color (decimal): -52064 or 10499327. OLE color: 10499327.
HSL color Cylindrical-coordinate representation of color #FF34A0: hue angle of 328.08º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34A0 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 160 | - |
| CMYK | 0 | 0.80 | 0.37 | 0 |
| HSL | 328.08º | 1% | 0.6% | - |
| HSV(B) | 328.08º | 0.8% | 1% | - |
| XYZ | 48.81 | 26.25 | 35.75 | - |
| YUV | 125.01 | 147.75 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 160 | 0 | 0.80 | 0.37 | 0 | 328.08 | 1 | 0.6 |
| Hex | FF | 34 | A0 | 0 | 50 | 25 | 0 | 148 | 64 | 3C |
| Octal | 377 | 64 | 240 | 0 | 120 | 45 | 0 | 510 | 144 | 74 |
| Binary | 11111111 | 110100 | 10100000 | 0 | 1010000 | 100101 | 0 | 101001000 | 1100100 | 111100 |
Color Harmonies of #FF34A0
Complementary color
Monochromatic Colors of #FF34A0
Black with #FF34A0
Text Example
Text Example
White with #FF34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34A0; }
p { color: rgb(255,52,160); }
H1.HeaderClassName
{
color: #FF34A0;
}
.AnyTagClassName
{
color: #FF34A0;
}
</style>
background-color css
<style>
a { background-color: #FF34A0; }
a { background-color: rgb(255,52,160); }
div.DivClassName
{
background-color: #FF34A0;
}
.BgClassName
{
background-color: #FF34A0;
}
</style>
border-color css
<style>
span { border-color: #FF34A0; }
span { border-color: rgb(255,52,160); }
td.TdClassName
{
border-color: #FF34A0;
}
.TagClassName
{
border-color: #FF34A0;
}
</style>