Shades of Wild Strawberry #FC369D
Tints of Wild Strawberry #FC369D
RGB
CMYK
RGB Variations
Color information
#FC369D (or 0xFC369D) is known color: Wild Strawberry. HEX triplet: FC, 36 and 9D. RGB value is (252,54,157). Sum of RGB (Red+Green+Blue) = 252+54+157=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC369D is #03C962. Grayscale: #7C7C7C. Windows color (decimal): -248163 or 10303228. OLE color: 10303228.
HSL color Cylindrical-coordinate representation of color #FC369D: hue angle of 328.79º 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 #FC369D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 157 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.01 |
| HSL | 328.79º | 0.97% | 0.6% | - |
| HSV(B) | 328.79º | 0.79% | 0.99% | - |
| XYZ | 47.55 | 25.77 | 34.37 | - |
| YUV | 124.94 | 146.1 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 157 | 0 | 0.79 | 0.38 | 0.01 | 328.79 | 0.97 | 0.6 |
| Hex | FC | 36 | 9D | 0 | 4F | 26 | 1 | 149 | 61 | 3C |
| Octal | 374 | 66 | 235 | 0 | 117 | 46 | 1 | 511 | 141 | 74 |
| Binary | 11111100 | 110110 | 10011101 | 0 | 1001111 | 100110 | 1 | 101001001 | 1100001 | 111100 |
Color Harmonies of #FC369D
Complementary color
Monochromatic Colors of #FC369D
Black with #FC369D
Text Example
Text Example
White with #FC369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC369D; }
p { color: rgb(252,54,157); }
H1.HeaderClassName
{
color: #FC369D;
}
.AnyTagClassName
{
color: #FC369D;
}
</style>
background-color css
<style>
a { background-color: #FC369D; }
a { background-color: rgb(252,54,157); }
div.DivClassName
{
background-color: #FC369D;
}
.BgClassName
{
background-color: #FC369D;
}
</style>
border-color css
<style>
span { border-color: #FC369D; }
span { border-color: rgb(252,54,157); }
td.TdClassName
{
border-color: #FC369D;
}
.TagClassName
{
border-color: #FC369D;
}
</style>