Shades of Wild Strawberry #FC368C
Tints of Wild Strawberry #FC368C
RGB
CMYK
RGB Variations
Color information
#FC368C (or 0xFC368C) is known color: Wild Strawberry. HEX triplet: FC, 36 and 8C. RGB value is (252,54,140). Sum of RGB (Red+Green+Blue) = 252+54+140=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC368C is #03C973. Grayscale: #7A7A7A. Windows color (decimal): -248180 or 9189116. OLE color: 9189116.
HSL color Cylindrical-coordinate representation of color #FC368C: hue angle of 333.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC368C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 140 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.94º | 0.97% | 0.6% | - |
| HSV(B) | 333.94º | 0.79% | 0.99% | - |
| XYZ | 46.2 | 25.23 | 27.25 | - |
| YUV | 123.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 140 | 0 | 0.79 | 0.44 | 0.01 | 333.94 | 0.97 | 0.6 |
| Hex | FC | 36 | 8C | 0 | 4F | 2C | 1 | 14E | 61 | 3C |
| Octal | 374 | 66 | 214 | 0 | 117 | 54 | 1 | 516 | 141 | 74 |
| Binary | 11111100 | 110110 | 10001100 | 0 | 1001111 | 101100 | 1 | 101001110 | 1100001 | 111100 |
Color Harmonies of #FC368C
Complementary color
Monochromatic Colors of #FC368C
Black with #FC368C
Text Example
Text Example
White with #FC368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC368C; }
p { color: rgb(252,54,140); }
H1.HeaderClassName
{
color: #FC368C;
}
.AnyTagClassName
{
color: #FC368C;
}
</style>
background-color css
<style>
a { background-color: #FC368C; }
a { background-color: rgb(252,54,140); }
div.DivClassName
{
background-color: #FC368C;
}
.BgClassName
{
background-color: #FC368C;
}
</style>
border-color css
<style>
span { border-color: #FC368C; }
span { border-color: rgb(252,54,140); }
td.TdClassName
{
border-color: #FC368C;
}
.TagClassName
{
border-color: #FC368C;
}
</style>