#FC3590

Color #FC3590 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FC3590

Tints of Wild Strawberry #FC3590

Color information

#FC3590 (or 0xFC3590) is unknown color: approx Wild Strawberry. HEX triplet: FC, 35 and 90. RGB value is (252,53,144). Sum of RGB (Red+Green+Blue) = 252+53+144=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3590 is #03CA6F. Grayscale: #7A7A7A. Windows color (decimal): -248432 or 9451004. OLE color: 9451004.

HSL color Cylindrical-coordinate representation of color #FC3590: hue angle of 332.56º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3590 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB25253144-
CMYK00.790.430.01
HSL332.56º97.07%59.8%-
HSV(B)332.56º78.97%98.82%-
XYZ46.4525.2628.81-
YUV122.88139.93220.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=56.12%
G=11.80%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525314400.790.430.01332.5697.0759.8
HexFC359004F2B114d613c
Octal37465220011753151514174
Binary11111100110101100100000100111110101111010011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3590; }

 p { color: rgb(252,53,144); }

 H1.HeaderClassName
 {
   color: #FC3590;
 }
 .AnyTagClassName
 {
   color: #FC3590;
 }
</style>
background-color css

<style>
 a { background-color: #FC3590; }

 a { background-color: rgb(252,53,144); }

 div.DivClassName
 {
   background-color: #FC3590;
 }
 .BgClassName
 {
   background-color: #FC3590;
 }
</style>
border-color css

<style>
 span { border-color: #FC3590; }

 span { border-color: rgb(252,53,144); }

 td.TdClassName
 {
   border-color: #FC3590;
 }
 .TagClassName
 {
   border-color: #FC3590;
 }
</style>