Shades of Wild Strawberry #FC4097
Tints of Wild Strawberry #FC4097
RGB
CMYK
RGB Variations
Color information
#FC4097 (or 0xFC4097) is known color: Wild Strawberry. HEX triplet: FC, 40 and 97. RGB value is (252,64,151). Sum of RGB (Red+Green+Blue) = 252+64+151=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4097 is #03BF68. Grayscale: #818181. Windows color (decimal): -245609 or 9912572. OLE color: 9912572.
HSL color Cylindrical-coordinate representation of color #FC4097: hue angle of 332.23º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4097 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 151 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.01 |
| HSL | 332.23º | 0.97% | 0.62% | - |
| HSV(B) | 332.23º | 0.75% | 0.99% | - |
| XYZ | 47.56 | 26.6 | 31.9 | - |
| YUV | 130.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 151 | 0 | 0.75 | 0.40 | 0.01 | 332.23 | 0.97 | 0.62 |
| Hex | FC | 40 | 97 | 0 | 4B | 28 | 1 | 14C | 61 | 3E |
| Octal | 374 | 100 | 227 | 0 | 113 | 50 | 1 | 514 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10010111 | 0 | 1001011 | 101000 | 1 | 101001100 | 1100001 | 111110 |
Color Harmonies of #FC4097
Complementary color
Monochromatic Colors of #FC4097
Black with #FC4097
Text Example
Text Example
White with #FC4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4097; }
p { color: rgb(252,64,151); }
H1.HeaderClassName
{
color: #FC4097;
}
.AnyTagClassName
{
color: #FC4097;
}
</style>
background-color css
<style>
a { background-color: #FC4097; }
a { background-color: rgb(252,64,151); }
div.DivClassName
{
background-color: #FC4097;
}
.BgClassName
{
background-color: #FC4097;
}
</style>
border-color css
<style>
span { border-color: #FC4097; }
span { border-color: rgb(252,64,151); }
td.TdClassName
{
border-color: #FC4097;
}
.TagClassName
{
border-color: #FC4097;
}
</style>