Shades of Wild Strawberry #FD358A
Tints of Wild Strawberry #FD358A
RGB
CMYK
RGB Variations
Color information
#FD358A (or 0xFD358A) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8A. RGB value is (253,53,138). Sum of RGB (Red+Green+Blue) = 253+53+138=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358A is #02CA75. Grayscale: #7A7A7A. Windows color (decimal): -182902 or 9057789. OLE color: 9057789.
HSL color Cylindrical-coordinate representation of color #FD358A: hue angle of 334.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD358A is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 138 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.01 |
| HSL | 334.5º | 0.98% | 0.6% | - |
| HSV(B) | 334.5º | 0.79% | 0.99% | - |
| XYZ | 46.37 | 25.26 | 26.48 | - |
| YUV | 122.49 | 136.76 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 138 | 0 | 0.79 | 0.45 | 0.01 | 334.5 | 0.98 | 0.6 |
| Hex | FD | 35 | 8A | 0 | 4F | 2D | 1 | 14E | 62 | 3C |
| Octal | 375 | 65 | 212 | 0 | 117 | 55 | 1 | 516 | 142 | 74 |
| Binary | 11111101 | 110101 | 10001010 | 0 | 1001111 | 101101 | 1 | 101001110 | 1100010 | 111100 |
Color Harmonies of #FD358A
Complementary color
Monochromatic Colors of #FD358A
Black with #FD358A
Text Example
Text Example
White with #FD358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD358A; }
p { color: rgb(253,53,138); }
H1.HeaderClassName
{
color: #FD358A;
}
.AnyTagClassName
{
color: #FD358A;
}
</style>
background-color css
<style>
a { background-color: #FD358A; }
a { background-color: rgb(253,53,138); }
div.DivClassName
{
background-color: #FD358A;
}
.BgClassName
{
background-color: #FD358A;
}
</style>
border-color css
<style>
span { border-color: #FD358A; }
span { border-color: rgb(253,53,138); }
td.TdClassName
{
border-color: #FD358A;
}
.TagClassName
{
border-color: #FD358A;
}
</style>