Shades of Wild Strawberry #FC3488
Tints of Wild Strawberry #FC3488
RGB
CMYK
RGB Variations
Color information
#FC3488 (or 0xFC3488) is known color: Wild Strawberry. HEX triplet: FC, 34 and 88. RGB value is (252,52,136). Sum of RGB (Red+Green+Blue) = 252+52+136=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3488 is #03CB77. Grayscale: #797979. Windows color (decimal): -248696 or 8926460. OLE color: 8926460.
HSL color Cylindrical-coordinate representation of color #FC3488: hue angle of 334.8º degrees, saturation: 0.97, 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 #FC3488 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 136 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.01 |
| HSL | 334.8º | 0.97% | 0.6% | - |
| HSV(B) | 334.8º | 0.79% | 0.99% | - |
| XYZ | 45.82 | 24.93 | 25.69 | - |
| YUV | 121.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 136 | 0 | 0.79 | 0.46 | 0.01 | 334.8 | 0.97 | 0.6 |
| Hex | FC | 34 | 88 | 0 | 4F | 2E | 1 | 14F | 61 | 3C |
| Octal | 374 | 64 | 210 | 0 | 117 | 56 | 1 | 517 | 141 | 74 |
| Binary | 11111100 | 110100 | 10001000 | 0 | 1001111 | 101110 | 1 | 101001111 | 1100001 | 111100 |
Color Harmonies of #FC3488
Complementary color
Monochromatic Colors of #FC3488
Black with #FC3488
Text Example
Text Example
White with #FC3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3488; }
p { color: rgb(252,52,136); }
H1.HeaderClassName
{
color: #FC3488;
}
.AnyTagClassName
{
color: #FC3488;
}
</style>
background-color css
<style>
a { background-color: #FC3488; }
a { background-color: rgb(252,52,136); }
div.DivClassName
{
background-color: #FC3488;
}
.BgClassName
{
background-color: #FC3488;
}
</style>
border-color css
<style>
span { border-color: #FC3488; }
span { border-color: rgb(252,52,136); }
td.TdClassName
{
border-color: #FC3488;
}
.TagClassName
{
border-color: #FC3488;
}
</style>