Shades of Wild Strawberry #FC3C9B
Tints of Wild Strawberry #FC3C9B
RGB
CMYK
RGB Variations
Color information
#FC3C9B (or 0xFC3C9B) is known color: Wild Strawberry. HEX triplet: FC, 3C and 9B. RGB value is (252,60,155). Sum of RGB (Red+Green+Blue) = 252+60+155=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3C9B is #03C364. Grayscale: #808080. Windows color (decimal): -246629 or 10173692. OLE color: 10173692.
HSL color Cylindrical-coordinate representation of color #FC3C9B: hue angle of 330.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C9B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 155 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.01 |
| HSL | 330.31º | 0.97% | 0.61% | - |
| HSV(B) | 330.31º | 0.76% | 0.99% | - |
| XYZ | 47.68 | 26.29 | 33.57 | - |
| YUV | 128.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 155 | 0 | 0.76 | 0.38 | 0.01 | 330.31 | 0.97 | 0.61 |
| Hex | FC | 3C | 9B | 0 | 4C | 26 | 1 | 14A | 61 | 3D |
| Octal | 374 | 74 | 233 | 0 | 114 | 46 | 1 | 512 | 141 | 75 |
| Binary | 11111100 | 111100 | 10011011 | 0 | 1001100 | 100110 | 1 | 101001010 | 1100001 | 111101 |
Color Harmonies of #FC3C9B
Complementary color
Monochromatic Colors of #FC3C9B
Black with #FC3C9B
Text Example
Text Example
White with #FC3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C9B; }
p { color: rgb(252,60,155); }
H1.HeaderClassName
{
color: #FC3C9B;
}
.AnyTagClassName
{
color: #FC3C9B;
}
</style>
background-color css
<style>
a { background-color: #FC3C9B; }
a { background-color: rgb(252,60,155); }
div.DivClassName
{
background-color: #FC3C9B;
}
.BgClassName
{
background-color: #FC3C9B;
}
</style>
border-color css
<style>
span { border-color: #FC3C9B; }
span { border-color: rgb(252,60,155); }
td.TdClassName
{
border-color: #FC3C9B;
}
.TagClassName
{
border-color: #FC3C9B;
}
</style>