Shades of Wild Strawberry #FC338B
Tints of Wild Strawberry #FC338B
RGB
CMYK
RGB Variations
Color information
#FC338B (or 0xFC338B) is known color: Wild Strawberry. HEX triplet: FC, 33 and 8B. RGB value is (252,51,139). Sum of RGB (Red+Green+Blue) = 252+51+139=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC338B is #03CC74. Grayscale: #787878. Windows color (decimal): -248949 or 9122812. OLE color: 9122812.
HSL color Cylindrical-coordinate representation of color #FC338B: hue angle of 333.73º 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 #FC338B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 139 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.01 |
| HSL | 333.73º | 0.97% | 0.59% | - |
| HSV(B) | 333.73º | 0.8% | 0.99% | - |
| XYZ | 45.99 | 24.93 | 26.81 | - |
| YUV | 121.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 139 | 0 | 0.80 | 0.45 | 0.01 | 333.73 | 0.97 | 0.59 |
| Hex | FC | 33 | 8B | 0 | 50 | 2D | 1 | 14E | 61 | 3B |
| Octal | 374 | 63 | 213 | 0 | 120 | 55 | 1 | 516 | 141 | 73 |
| Binary | 11111100 | 110011 | 10001011 | 0 | 1010000 | 101101 | 1 | 101001110 | 1100001 | 111011 |
Color Harmonies of #FC338B
Complementary color
Monochromatic Colors of #FC338B
Black with #FC338B
Text Example
Text Example
White with #FC338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC338B; }
p { color: rgb(252,51,139); }
H1.HeaderClassName
{
color: #FC338B;
}
.AnyTagClassName
{
color: #FC338B;
}
</style>
background-color css
<style>
a { background-color: #FC338B; }
a { background-color: rgb(252,51,139); }
div.DivClassName
{
background-color: #FC338B;
}
.BgClassName
{
background-color: #FC338B;
}
</style>
border-color css
<style>
span { border-color: #FC338B; }
span { border-color: rgb(252,51,139); }
td.TdClassName
{
border-color: #FC338B;
}
.TagClassName
{
border-color: #FC338B;
}
</style>