Shades of Wild Strawberry #FD369C
Tints of Wild Strawberry #FD369C
RGB
CMYK
RGB Variations
Color information
#FD369C (or 0xFD369C) is known color: Wild Strawberry. HEX triplet: FD, 36 and 9C. RGB value is (253,54,156). Sum of RGB (Red+Green+Blue) = 253+54+156=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD369C is #02C963. Grayscale: #7C7C7C. Windows color (decimal): -182628 or 10237693. OLE color: 10237693.
HSL color Cylindrical-coordinate representation of color #FD369C: hue angle of 329.25º 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 #FD369C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 156 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.01 |
| HSL | 329.25º | 0.98% | 0.6% | - |
| HSV(B) | 329.25º | 0.79% | 0.99% | - |
| XYZ | 47.83 | 25.92 | 33.93 | - |
| YUV | 125.13 | 145.43 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 156 | 0 | 0.79 | 0.38 | 0.01 | 329.25 | 0.98 | 0.6 |
| Hex | FD | 36 | 9C | 0 | 4F | 26 | 1 | 149 | 62 | 3C |
| Octal | 375 | 66 | 234 | 0 | 117 | 46 | 1 | 511 | 142 | 74 |
| Binary | 11111101 | 110110 | 10011100 | 0 | 1001111 | 100110 | 1 | 101001001 | 1100010 | 111100 |
Color Harmonies of #FD369C
Complementary color
Monochromatic Colors of #FD369C
Black with #FD369C
Text Example
Text Example
White with #FD369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD369C; }
p { color: rgb(253,54,156); }
H1.HeaderClassName
{
color: #FD369C;
}
.AnyTagClassName
{
color: #FD369C;
}
</style>
background-color css
<style>
a { background-color: #FD369C; }
a { background-color: rgb(253,54,156); }
div.DivClassName
{
background-color: #FD369C;
}
.BgClassName
{
background-color: #FD369C;
}
</style>
border-color css
<style>
span { border-color: #FD369C; }
span { border-color: rgb(253,54,156); }
td.TdClassName
{
border-color: #FD369C;
}
.TagClassName
{
border-color: #FD369C;
}
</style>