Shades of Wild Strawberry #FF2A7D
Tints of Wild Strawberry #FF2A7D
RGB
CMYK
RGB Variations
Color information
#FF2A7D (or 0xFF2A7D) is known color: Wild Strawberry. HEX triplet: FF, 2A and 7D. RGB value is (255,42,125). Sum of RGB (Red+Green+Blue) = 255+42+125=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A7D is #00D582. Grayscale: #737373. Windows color (decimal): -54659 or 8203007. OLE color: 8203007.
HSL color Cylindrical-coordinate representation of color #FF2A7D: hue angle of 336.62º 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 #FF2A7D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 125 | - |
| CMYK | 0 | 0.84 | 0.51 | 0 |
| HSL | 336.62º | 1% | 0.58% | - |
| HSV(B) | 336.62º | 0.84% | 1% | - |
| XYZ | 45.77 | 24.4 | 21.7 | - |
| YUV | 115.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 125 | 0 | 0.84 | 0.51 | 0 | 336.62 | 1 | 0.58 |
| Hex | FF | 2A | 7D | 0 | 54 | 33 | 0 | 151 | 64 | 3A |
| Octal | 377 | 52 | 175 | 0 | 124 | 63 | 0 | 521 | 144 | 72 |
| Binary | 11111111 | 101010 | 1111101 | 0 | 1010100 | 110011 | 0 | 101010001 | 1100100 | 111010 |
Color Harmonies of #FF2A7D
Complementary color
Monochromatic Colors of #FF2A7D
Black with #FF2A7D
Text Example
Text Example
White with #FF2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A7D; }
p { color: rgb(255,42,125); }
H1.HeaderClassName
{
color: #FF2A7D;
}
.AnyTagClassName
{
color: #FF2A7D;
}
</style>
background-color css
<style>
a { background-color: #FF2A7D; }
a { background-color: rgb(255,42,125); }
div.DivClassName
{
background-color: #FF2A7D;
}
.BgClassName
{
background-color: #FF2A7D;
}
</style>
border-color css
<style>
span { border-color: #FF2A7D; }
span { border-color: rgb(255,42,125); }
td.TdClassName
{
border-color: #FF2A7D;
}
.TagClassName
{
border-color: #FF2A7D;
}
</style>