Shades of Wild Strawberry #FC338A
Tints of Wild Strawberry #FC338A
RGB
CMYK
RGB Variations
Color information
#FC338A (or 0xFC338A) is known color: Wild Strawberry. HEX triplet: FC, 33 and 8A. RGB value is (252,51,138). Sum of RGB (Red+Green+Blue) = 252+51+138=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC338A is #03CC75. Grayscale: #787878. Windows color (decimal): -248950 or 9057276. OLE color: 9057276.
HSL color Cylindrical-coordinate representation of color #FC338A: hue angle of 334.03º 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 #FC338A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 138 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.01 |
| HSL | 334.03º | 0.97% | 0.59% | - |
| HSV(B) | 334.03º | 0.8% | 0.99% | - |
| XYZ | 45.92 | 24.9 | 26.43 | - |
| YUV | 121.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 138 | 0 | 0.80 | 0.45 | 0.01 | 334.03 | 0.97 | 0.59 |
| Hex | FC | 33 | 8A | 0 | 50 | 2D | 1 | 14E | 61 | 3B |
| Octal | 374 | 63 | 212 | 0 | 120 | 55 | 1 | 516 | 141 | 73 |
| Binary | 11111100 | 110011 | 10001010 | 0 | 1010000 | 101101 | 1 | 101001110 | 1100001 | 111011 |
Color Harmonies of #FC338A
Complementary color
Monochromatic Colors of #FC338A
Black with #FC338A
Text Example
Text Example
White with #FC338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC338A; }
p { color: rgb(252,51,138); }
H1.HeaderClassName
{
color: #FC338A;
}
.AnyTagClassName
{
color: #FC338A;
}
</style>
background-color css
<style>
a { background-color: #FC338A; }
a { background-color: rgb(252,51,138); }
div.DivClassName
{
background-color: #FC338A;
}
.BgClassName
{
background-color: #FC338A;
}
</style>
border-color css
<style>
span { border-color: #FC338A; }
span { border-color: rgb(252,51,138); }
td.TdClassName
{
border-color: #FC338A;
}
.TagClassName
{
border-color: #FC338A;
}
</style>