Shades of Wild Strawberry #FD2C7F
Tints of Wild Strawberry #FD2C7F
RGB
CMYK
RGB Variations
Color information
#FD2C7F (or 0xFD2C7F) is known color: Wild Strawberry. HEX triplet: FD, 2C and 7F. RGB value is (253,44,127). Sum of RGB (Red+Green+Blue) = 253+44+127=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C7F is #02D380. Grayscale: #737373. Windows color (decimal): -185217 or 8334589. OLE color: 8334589.
HSL color Cylindrical-coordinate representation of color #FD2C7F: hue angle of 336.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C7F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 127 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.01 |
| HSL | 336.17º | 0.98% | 0.58% | - |
| HSV(B) | 336.17º | 0.83% | 0.99% | - |
| XYZ | 45.24 | 24.22 | 22.37 | - |
| YUV | 115.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 127 | 0 | 0.83 | 0.50 | 0.01 | 336.17 | 0.98 | 0.58 |
| Hex | FD | 2C | 7F | 0 | 53 | 32 | 1 | 150 | 62 | 3A |
| Octal | 375 | 54 | 177 | 0 | 123 | 62 | 1 | 520 | 142 | 72 |
| Binary | 11111101 | 101100 | 1111111 | 0 | 1010011 | 110010 | 1 | 101010000 | 1100010 | 111010 |
Color Harmonies of #FD2C7F
Complementary color
Monochromatic Colors of #FD2C7F
Black with #FD2C7F
Text Example
Text Example
White with #FD2C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C7F; }
p { color: rgb(253,44,127); }
H1.HeaderClassName
{
color: #FD2C7F;
}
.AnyTagClassName
{
color: #FD2C7F;
}
</style>
background-color css
<style>
a { background-color: #FD2C7F; }
a { background-color: rgb(253,44,127); }
div.DivClassName
{
background-color: #FD2C7F;
}
.BgClassName
{
background-color: #FD2C7F;
}
</style>
border-color css
<style>
span { border-color: #FD2C7F; }
span { border-color: rgb(253,44,127); }
td.TdClassName
{
border-color: #FD2C7F;
}
.TagClassName
{
border-color: #FD2C7F;
}
</style>