Shades of Wild Strawberry #FC2592
Tints of Wild Strawberry #FC2592
RGB
CMYK
RGB Variations
Color information
#FC2592 (or 0xFC2592) is known color: Wild Strawberry. HEX triplet: FC, 25 and 92. RGB value is (252,37,146). Sum of RGB (Red+Green+Blue) = 252+37+146=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2592 is #03DA6D. Grayscale: #717171. Windows color (decimal): -252526 or 9577980. OLE color: 9577980.
HSL color Cylindrical-coordinate representation of color #FC2592: hue angle of 329.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2592 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 146 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.01 |
| HSL | 329.58º | 0.97% | 0.57% | - |
| HSV(B) | 329.58º | 0.85% | 0.99% | - |
| XYZ | 45.99 | 24.09 | 29.42 | - |
| YUV | 113.71 | 146.23 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 146 | 0 | 0.85 | 0.42 | 0.01 | 329.58 | 0.97 | 0.57 |
| Hex | FC | 25 | 92 | 0 | 55 | 2A | 1 | 14A | 61 | 39 |
| Octal | 374 | 45 | 222 | 0 | 125 | 52 | 1 | 512 | 141 | 71 |
| Binary | 11111100 | 100101 | 10010010 | 0 | 1010101 | 101010 | 1 | 101001010 | 1100001 | 111001 |
Color Harmonies of #FC2592
Complementary color
Monochromatic Colors of #FC2592
Black with #FC2592
Text Example
Text Example
White with #FC2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2592; }
p { color: rgb(252,37,146); }
H1.HeaderClassName
{
color: #FC2592;
}
.AnyTagClassName
{
color: #FC2592;
}
</style>
background-color css
<style>
a { background-color: #FC2592; }
a { background-color: rgb(252,37,146); }
div.DivClassName
{
background-color: #FC2592;
}
.BgClassName
{
background-color: #FC2592;
}
</style>
border-color css
<style>
span { border-color: #FC2592; }
span { border-color: rgb(252,37,146); }
td.TdClassName
{
border-color: #FC2592;
}
.TagClassName
{
border-color: #FC2592;
}
</style>