Shades of Wild Strawberry #FC369C
Tints of Wild Strawberry #FC369C
RGB
CMYK
RGB Variations
Color information
#FC369C (or 0xFC369C) is known color: Wild Strawberry. HEX triplet: FC, 36 and 9C. RGB value is (252,54,156). Sum of RGB (Red+Green+Blue) = 252+54+156=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC369C is #03C963. Grayscale: #7C7C7C. Windows color (decimal): -248164 or 10237692. OLE color: 10237692.
HSL color Cylindrical-coordinate representation of color #FC369C: hue angle of 329.09º 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 #FC369C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 156 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.01 |
| HSL | 329.09º | 0.97% | 0.6% | - |
| HSV(B) | 329.09º | 0.79% | 0.99% | - |
| XYZ | 47.46 | 25.73 | 33.92 | - |
| YUV | 124.83 | 145.6 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 156 | 0 | 0.79 | 0.38 | 0.01 | 329.09 | 0.97 | 0.6 |
| Hex | FC | 36 | 9C | 0 | 4F | 26 | 1 | 149 | 61 | 3C |
| Octal | 374 | 66 | 234 | 0 | 117 | 46 | 1 | 511 | 141 | 74 |
| Binary | 11111100 | 110110 | 10011100 | 0 | 1001111 | 100110 | 1 | 101001001 | 1100001 | 111100 |
Color Harmonies of #FC369C
Complementary color
Monochromatic Colors of #FC369C
Black with #FC369C
Text Example
Text Example
White with #FC369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC369C; }
p { color: rgb(252,54,156); }
H1.HeaderClassName
{
color: #FC369C;
}
.AnyTagClassName
{
color: #FC369C;
}
</style>
background-color css
<style>
a { background-color: #FC369C; }
a { background-color: rgb(252,54,156); }
div.DivClassName
{
background-color: #FC369C;
}
.BgClassName
{
background-color: #FC369C;
}
</style>
border-color css
<style>
span { border-color: #FC369C; }
span { border-color: rgb(252,54,156); }
td.TdClassName
{
border-color: #FC369C;
}
.TagClassName
{
border-color: #FC369C;
}
</style>