Shades of Wild Strawberry #FD378B
Tints of Wild Strawberry #FD378B
RGB
CMYK
RGB Variations
Color information
#FD378B (or 0xFD378B) is known color: Wild Strawberry. HEX triplet: FD, 37 and 8B. RGB value is (253,55,139). Sum of RGB (Red+Green+Blue) = 253+55+139=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD378B is #02C874. Grayscale: #7B7B7B. Windows color (decimal): -182389 or 9123837. OLE color: 9123837.
HSL color Cylindrical-coordinate representation of color #FD378B: hue angle of 334.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD378B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 139 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.01 |
| HSL | 334.55º | 0.98% | 0.6% | - |
| HSV(B) | 334.55º | 0.78% | 0.99% | - |
| XYZ | 46.53 | 25.48 | 26.89 | - |
| YUV | 123.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 139 | 0 | 0.78 | 0.45 | 0.01 | 334.55 | 0.98 | 0.6 |
| Hex | FD | 37 | 8B | 0 | 4E | 2D | 1 | 14F | 62 | 3C |
| Octal | 375 | 67 | 213 | 0 | 116 | 55 | 1 | 517 | 142 | 74 |
| Binary | 11111101 | 110111 | 10001011 | 0 | 1001110 | 101101 | 1 | 101001111 | 1100010 | 111100 |
Color Harmonies of #FD378B
Complementary color
Monochromatic Colors of #FD378B
Black with #FD378B
Text Example
Text Example
White with #FD378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD378B; }
p { color: rgb(253,55,139); }
H1.HeaderClassName
{
color: #FD378B;
}
.AnyTagClassName
{
color: #FD378B;
}
</style>
background-color css
<style>
a { background-color: #FD378B; }
a { background-color: rgb(253,55,139); }
div.DivClassName
{
background-color: #FD378B;
}
.BgClassName
{
background-color: #FD378B;
}
</style>
border-color css
<style>
span { border-color: #FD378B; }
span { border-color: rgb(253,55,139); }
td.TdClassName
{
border-color: #FD378B;
}
.TagClassName
{
border-color: #FD378B;
}
</style>