Shades of Wild Strawberry #FC409C
Tints of Wild Strawberry #FC409C
RGB
CMYK
RGB Variations
Color information
#FC409C (or 0xFC409C) is known color: Wild Strawberry. HEX triplet: FC, 40 and 9C. RGB value is (252,64,156). Sum of RGB (Red+Green+Blue) = 252+64+156=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC409C is #03BF63. Grayscale: #828282. Windows color (decimal): -245604 or 10240252. OLE color: 10240252.
HSL color Cylindrical-coordinate representation of color #FC409C: hue angle of 330.64º degrees, saturation: 0.97, 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 #FC409C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 156 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.01 |
| HSL | 330.64º | 0.97% | 0.62% | - |
| HSV(B) | 330.64º | 0.75% | 0.99% | - |
| XYZ | 47.98 | 26.76 | 34.09 | - |
| YUV | 130.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 156 | 0 | 0.75 | 0.38 | 0.01 | 330.64 | 0.97 | 0.62 |
| Hex | FC | 40 | 9C | 0 | 4B | 26 | 1 | 14B | 61 | 3E |
| Octal | 374 | 100 | 234 | 0 | 113 | 46 | 1 | 513 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10011100 | 0 | 1001011 | 100110 | 1 | 101001011 | 1100001 | 111110 |
Color Harmonies of #FC409C
Complementary color
Monochromatic Colors of #FC409C
Black with #FC409C
Text Example
Text Example
White with #FC409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC409C; }
p { color: rgb(252,64,156); }
H1.HeaderClassName
{
color: #FC409C;
}
.AnyTagClassName
{
color: #FC409C;
}
</style>
background-color css
<style>
a { background-color: #FC409C; }
a { background-color: rgb(252,64,156); }
div.DivClassName
{
background-color: #FC409C;
}
.BgClassName
{
background-color: #FC409C;
}
</style>
border-color css
<style>
span { border-color: #FC409C; }
span { border-color: rgb(252,64,156); }
td.TdClassName
{
border-color: #FC409C;
}
.TagClassName
{
border-color: #FC409C;
}
</style>