Shades of Wild Strawberry #FC3398
Tints of Wild Strawberry #FC3398
RGB
CMYK
RGB Variations
Color information
#FC3398 (or 0xFC3398) is known color: Wild Strawberry. HEX triplet: FC, 33 and 98. RGB value is (252,51,152). Sum of RGB (Red+Green+Blue) = 252+51+152=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3398 is #03CC67. Grayscale: #7A7A7A. Windows color (decimal): -248936 or 9974780. OLE color: 9974780.
HSL color Cylindrical-coordinate representation of color #FC3398: hue angle of 329.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3398 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 152 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.01 |
| HSL | 329.85º | 0.97% | 0.59% | - |
| HSV(B) | 329.85º | 0.8% | 0.99% | - |
| XYZ | 47 | 25.33 | 32.12 | - |
| YUV | 122.61 | 144.59 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 152 | 0 | 0.80 | 0.40 | 0.01 | 329.85 | 0.97 | 0.59 |
| Hex | FC | 33 | 98 | 0 | 50 | 28 | 1 | 14A | 61 | 3B |
| Octal | 374 | 63 | 230 | 0 | 120 | 50 | 1 | 512 | 141 | 73 |
| Binary | 11111100 | 110011 | 10011000 | 0 | 1010000 | 101000 | 1 | 101001010 | 1100001 | 111011 |
Color Harmonies of #FC3398
Complementary color
Monochromatic Colors of #FC3398
Black with #FC3398
Text Example
Text Example
White with #FC3398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3398; }
p { color: rgb(252,51,152); }
H1.HeaderClassName
{
color: #FC3398;
}
.AnyTagClassName
{
color: #FC3398;
}
</style>
background-color css
<style>
a { background-color: #FC3398; }
a { background-color: rgb(252,51,152); }
div.DivClassName
{
background-color: #FC3398;
}
.BgClassName
{
background-color: #FC3398;
}
</style>
border-color css
<style>
span { border-color: #FC3398; }
span { border-color: rgb(252,51,152); }
td.TdClassName
{
border-color: #FC3398;
}
.TagClassName
{
border-color: #FC3398;
}
</style>