#FC358E

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

Shades of Wild Strawberry #FC358E

Tints of Wild Strawberry #FC358E

Color information

#FC358E (or 0xFC358E) is unknown color: approx Wild Strawberry. HEX triplet: FC, 35 and 8E. RGB value is (252,53,142). Sum of RGB (Red+Green+Blue) = 252+53+142=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358E is #03CA71. Grayscale: #7A7A7A. Windows color (decimal): -248434 or 9319932. OLE color: 9319932.

HSL color Cylindrical-coordinate representation of color #FC358E: hue angle of 333.17º 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 #FC358E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB25253142-
CMYK00.790.440.01
HSL333.17º97.07%59.8%-
HSV(B)333.17º78.97%98.82%-
XYZ46.325.1928.01-
YUV122.65138.93220.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 53 (21.09% from 255) = 11.86%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=56.38%
G=11.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525314200.790.440.01333.1797.0759.8
HexFC358E04F2C114d613c
Octal37465216011754151514174
Binary11111100110101100011100100111110110011010011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC358E; }

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

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

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

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

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

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

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

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