Shades of Wild Strawberry #FC308C
Tints of Wild Strawberry #FC308C
RGB
CMYK
RGB Variations
Color information
#FC308C (or 0xFC308C) is known color: Wild Strawberry. HEX triplet: FC, 30 and 8C. RGB value is (252,48,140). Sum of RGB (Red+Green+Blue) = 252+48+140=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC308C is #03CF73. Grayscale: #777777. Windows color (decimal): -249716 or 9187580. OLE color: 9187580.
HSL color Cylindrical-coordinate representation of color #FC308C: hue angle of 332.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC308C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 140 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.01 |
| HSL | 332.94º | 0.97% | 0.59% | - |
| HSV(B) | 332.94º | 0.81% | 0.99% | - |
| XYZ | 45.94 | 24.7 | 27.16 | - |
| YUV | 119.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 140 | 0 | 0.81 | 0.44 | 0.01 | 332.94 | 0.97 | 0.59 |
| Hex | FC | 30 | 8C | 0 | 51 | 2C | 1 | 14D | 61 | 3B |
| Octal | 374 | 60 | 214 | 0 | 121 | 54 | 1 | 515 | 141 | 73 |
| Binary | 11111100 | 110000 | 10001100 | 0 | 1010001 | 101100 | 1 | 101001101 | 1100001 | 111011 |
Color Harmonies of #FC308C
Complementary color
Monochromatic Colors of #FC308C
Black with #FC308C
Text Example
Text Example
White with #FC308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC308C; }
p { color: rgb(252,48,140); }
H1.HeaderClassName
{
color: #FC308C;
}
.AnyTagClassName
{
color: #FC308C;
}
</style>
background-color css
<style>
a { background-color: #FC308C; }
a { background-color: rgb(252,48,140); }
div.DivClassName
{
background-color: #FC308C;
}
.BgClassName
{
background-color: #FC308C;
}
</style>
border-color css
<style>
span { border-color: #FC308C; }
span { border-color: rgb(252,48,140); }
td.TdClassName
{
border-color: #FC308C;
}
.TagClassName
{
border-color: #FC308C;
}
</style>