Shades of Wild Strawberry #FC379A
Tints of Wild Strawberry #FC379A
RGB
CMYK
RGB Variations
Color information
#FC379A (or 0xFC379A) is known color: Wild Strawberry. HEX triplet: FC, 37 and 9A. RGB value is (252,55,154). Sum of RGB (Red+Green+Blue) = 252+55+154=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC379A is #03C865. Grayscale: #7C7C7C. Windows color (decimal): -247910 or 10106876. OLE color: 10106876.
HSL color Cylindrical-coordinate representation of color #FC379A: hue angle of 329.85º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC379A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 154 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.01 |
| HSL | 329.85º | 0.97% | 0.6% | - |
| HSV(B) | 329.85º | 0.78% | 0.99% | - |
| XYZ | 47.34 | 25.76 | 33.05 | - |
| YUV | 125.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 154 | 0 | 0.78 | 0.39 | 0.01 | 329.85 | 0.97 | 0.6 |
| Hex | FC | 37 | 9A | 0 | 4E | 27 | 1 | 14A | 61 | 3C |
| Octal | 374 | 67 | 232 | 0 | 116 | 47 | 1 | 512 | 141 | 74 |
| Binary | 11111100 | 110111 | 10011010 | 0 | 1001110 | 100111 | 1 | 101001010 | 1100001 | 111100 |
Color Harmonies of #FC379A
Complementary color
Monochromatic Colors of #FC379A
Black with #FC379A
Text Example
Text Example
White with #FC379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC379A; }
p { color: rgb(252,55,154); }
H1.HeaderClassName
{
color: #FC379A;
}
.AnyTagClassName
{
color: #FC379A;
}
</style>
background-color css
<style>
a { background-color: #FC379A; }
a { background-color: rgb(252,55,154); }
div.DivClassName
{
background-color: #FC379A;
}
.BgClassName
{
background-color: #FC379A;
}
</style>
border-color css
<style>
span { border-color: #FC379A; }
span { border-color: rgb(252,55,154); }
td.TdClassName
{
border-color: #FC379A;
}
.TagClassName
{
border-color: #FC379A;
}
</style>