Shades of Wild Strawberry #FD4095
Tints of Wild Strawberry #FD4095
RGB
CMYK
RGB Variations
Color information
#FD4095 (or 0xFD4095) is known color: Wild Strawberry. HEX triplet: FD, 40 and 95. RGB value is (253,64,149). Sum of RGB (Red+Green+Blue) = 253+64+149=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4095 is #02BF6A. Grayscale: #828282. Windows color (decimal): -180075 or 9781501. OLE color: 9781501.
HSL color Cylindrical-coordinate representation of color #FD4095: hue angle of 333.02º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD4095 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 149 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.01 |
| HSL | 333.02º | 0.98% | 0.62% | - |
| HSV(B) | 333.02º | 0.75% | 0.99% | - |
| XYZ | 47.77 | 26.72 | 31.07 | - |
| YUV | 130.2 | 138.62 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 149 | 0 | 0.75 | 0.41 | 0.01 | 333.02 | 0.98 | 0.62 |
| Hex | FD | 40 | 95 | 0 | 4B | 29 | 1 | 14D | 62 | 3E |
| Octal | 375 | 100 | 225 | 0 | 113 | 51 | 1 | 515 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10010101 | 0 | 1001011 | 101001 | 1 | 101001101 | 1100010 | 111110 |
Color Harmonies of #FD4095
Complementary color
Monochromatic Colors of #FD4095
Black with #FD4095
Text Example
Text Example
White with #FD4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4095; }
p { color: rgb(253,64,149); }
H1.HeaderClassName
{
color: #FD4095;
}
.AnyTagClassName
{
color: #FD4095;
}
</style>
background-color css
<style>
a { background-color: #FD4095; }
a { background-color: rgb(253,64,149); }
div.DivClassName
{
background-color: #FD4095;
}
.BgClassName
{
background-color: #FD4095;
}
</style>
border-color css
<style>
span { border-color: #FD4095; }
span { border-color: rgb(253,64,149); }
td.TdClassName
{
border-color: #FD4095;
}
.TagClassName
{
border-color: #FD4095;
}
</style>