Shades of Wild Strawberry #FC4098
Tints of Wild Strawberry #FC4098
RGB
CMYK
RGB Variations
Color information
#FC4098 (or 0xFC4098) is known color: Wild Strawberry. HEX triplet: FC, 40 and 98. RGB value is (252,64,152). Sum of RGB (Red+Green+Blue) = 252+64+152=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4098 is #03BF67. Grayscale: #828282. Windows color (decimal): -245608 or 9978108. OLE color: 9978108.
HSL color Cylindrical-coordinate representation of color #FC4098: hue angle of 331.91º 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 #FC4098 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 152 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.01 |
| HSL | 331.91º | 0.97% | 0.62% | - |
| HSV(B) | 331.91º | 0.75% | 0.99% | - |
| XYZ | 47.65 | 26.63 | 32.33 | - |
| YUV | 130.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 152 | 0 | 0.75 | 0.40 | 0.01 | 331.91 | 0.97 | 0.62 |
| Hex | FC | 40 | 98 | 0 | 4B | 28 | 1 | 14C | 61 | 3E |
| Octal | 374 | 100 | 230 | 0 | 113 | 50 | 1 | 514 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10011000 | 0 | 1001011 | 101000 | 1 | 101001100 | 1100001 | 111110 |
Color Harmonies of #FC4098
Complementary color
Monochromatic Colors of #FC4098
Black with #FC4098
Text Example
Text Example
White with #FC4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4098; }
p { color: rgb(252,64,152); }
H1.HeaderClassName
{
color: #FC4098;
}
.AnyTagClassName
{
color: #FC4098;
}
</style>
background-color css
<style>
a { background-color: #FC4098; }
a { background-color: rgb(252,64,152); }
div.DivClassName
{
background-color: #FC4098;
}
.BgClassName
{
background-color: #FC4098;
}
</style>
border-color css
<style>
span { border-color: #FC4098; }
span { border-color: rgb(252,64,152); }
td.TdClassName
{
border-color: #FC4098;
}
.TagClassName
{
border-color: #FC4098;
}
</style>