Shades of Wild Strawberry #FC398E
Tints of Wild Strawberry #FC398E
RGB
CMYK
RGB Variations
Color information
#FC398E (or 0xFC398E) is known color: Wild Strawberry. HEX triplet: FC, 39 and 8E. RGB value is (252,57,142). Sum of RGB (Red+Green+Blue) = 252+57+142=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC398E is #03C671. Grayscale: #7C7C7C. Windows color (decimal): -247410 or 9320956. OLE color: 9320956.
HSL color Cylindrical-coordinate representation of color #FC398E: hue angle of 333.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC398E is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 142 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.01 |
| HSL | 333.85º | 0.97% | 0.61% | - |
| HSV(B) | 333.85º | 0.77% | 0.99% | - |
| XYZ | 46.49 | 25.57 | 28.08 | - |
| YUV | 125 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 142 | 0 | 0.77 | 0.44 | 0.01 | 333.85 | 0.97 | 0.61 |
| Hex | FC | 39 | 8E | 0 | 4D | 2C | 1 | 14E | 61 | 3D |
| Octal | 374 | 71 | 216 | 0 | 115 | 54 | 1 | 516 | 141 | 75 |
| Binary | 11111100 | 111001 | 10001110 | 0 | 1001101 | 101100 | 1 | 101001110 | 1100001 | 111101 |
Color Harmonies of #FC398E
Complementary color
Monochromatic Colors of #FC398E
Black with #FC398E
Text Example
Text Example
White with #FC398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC398E; }
p { color: rgb(252,57,142); }
H1.HeaderClassName
{
color: #FC398E;
}
.AnyTagClassName
{
color: #FC398E;
}
</style>
background-color css
<style>
a { background-color: #FC398E; }
a { background-color: rgb(252,57,142); }
div.DivClassName
{
background-color: #FC398E;
}
.BgClassName
{
background-color: #FC398E;
}
</style>
border-color css
<style>
span { border-color: #FC398E; }
span { border-color: rgb(252,57,142); }
td.TdClassName
{
border-color: #FC398E;
}
.TagClassName
{
border-color: #FC398E;
}
</style>