Shades of Wild Strawberry #FC41A8
Tints of Wild Strawberry #FC41A8
RGB
CMYK
RGB Variations
Color information
#FC41A8 (or 0xFC41A8) is known color: Wild Strawberry. HEX triplet: FC, 41 and A8. RGB value is (252,65,168). Sum of RGB (Red+Green+Blue) = 252+65+168=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41A8 is #03BE57. Grayscale: #848484. Windows color (decimal): -245336 or 11026940. OLE color: 11026940.
HSL color Cylindrical-coordinate representation of color #FC41A8: hue angle of 326.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41A8 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 168 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.01 |
| HSL | 326.95º | 0.97% | 0.62% | - |
| HSV(B) | 326.95º | 0.74% | 0.99% | - |
| XYZ | 49.1 | 27.3 | 39.73 | - |
| YUV | 132.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 168 | 0 | 0.74 | 0.33 | 0.01 | 326.95 | 0.97 | 0.62 |
| Hex | FC | 41 | A8 | 0 | 4A | 21 | 1 | 147 | 61 | 3E |
| Octal | 374 | 101 | 250 | 0 | 112 | 41 | 1 | 507 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10101000 | 0 | 1001010 | 100001 | 1 | 101000111 | 1100001 | 111110 |
Color Harmonies of #FC41A8
Complementary color
Monochromatic Colors of #FC41A8
Black with #FC41A8
Text Example
Text Example
White with #FC41A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41A8; }
p { color: rgb(252,65,168); }
H1.HeaderClassName
{
color: #FC41A8;
}
.AnyTagClassName
{
color: #FC41A8;
}
</style>
background-color css
<style>
a { background-color: #FC41A8; }
a { background-color: rgb(252,65,168); }
div.DivClassName
{
background-color: #FC41A8;
}
.BgClassName
{
background-color: #FC41A8;
}
</style>
border-color css
<style>
span { border-color: #FC41A8; }
span { border-color: rgb(252,65,168); }
td.TdClassName
{
border-color: #FC41A8;
}
.TagClassName
{
border-color: #FC41A8;
}
</style>