Shades of Wild Strawberry #FC4197
Tints of Wild Strawberry #FC4197
RGB
CMYK
RGB Variations
Color information
#FC4197 (or 0xFC4197) is known color: Wild Strawberry. HEX triplet: FC, 41 and 97. RGB value is (252,65,151). Sum of RGB (Red+Green+Blue) = 252+65+151=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4197 is #03BE68. Grayscale: #828282. Windows color (decimal): -245353 or 9912828. OLE color: 9912828.
HSL color Cylindrical-coordinate representation of color #FC4197: hue angle of 332.41º 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 #FC4197 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 151 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.01 |
| HSL | 332.41º | 0.97% | 0.62% | - |
| HSV(B) | 332.41º | 0.74% | 0.99% | - |
| XYZ | 47.62 | 26.71 | 31.92 | - |
| YUV | 130.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 151 | 0 | 0.74 | 0.40 | 0.01 | 332.41 | 0.97 | 0.62 |
| Hex | FC | 41 | 97 | 0 | 4A | 28 | 1 | 14C | 61 | 3E |
| Octal | 374 | 101 | 227 | 0 | 112 | 50 | 1 | 514 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10010111 | 0 | 1001010 | 101000 | 1 | 101001100 | 1100001 | 111110 |
Color Harmonies of #FC4197
Complementary color
Monochromatic Colors of #FC4197
Black with #FC4197
Text Example
Text Example
White with #FC4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4197; }
p { color: rgb(252,65,151); }
H1.HeaderClassName
{
color: #FC4197;
}
.AnyTagClassName
{
color: #FC4197;
}
</style>
background-color css
<style>
a { background-color: #FC4197; }
a { background-color: rgb(252,65,151); }
div.DivClassName
{
background-color: #FC4197;
}
.BgClassName
{
background-color: #FC4197;
}
</style>
border-color css
<style>
span { border-color: #FC4197; }
span { border-color: rgb(252,65,151); }
td.TdClassName
{
border-color: #FC4197;
}
.TagClassName
{
border-color: #FC4197;
}
</style>