#FC358F

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

Shades of Wild Strawberry #FC358F

Tints of Wild Strawberry #FC358F

Color information

#FC358F (or 0xFC358F) is unknown color: approx Wild Strawberry. HEX triplet: FC, 35 and 8F. RGB value is (252,53,143). Sum of RGB (Red+Green+Blue) = 252+53+143=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358F is #03CA70. Grayscale: #7A7A7A. Windows color (decimal): -248433 or 9385468. OLE color: 9385468.

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

Color convert

RGB25253143-
CMYK00.790.430.01
HSL332.86º97.07%59.8%-
HSV(B)332.86º78.97%98.82%-
XYZ46.3825.2228.41-
YUV122.76139.43220.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 53 (21.09% from 255) = 11.83%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=56.25%
G=11.83%
B=31.92%

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
Decimal2525314300.790.430.01332.8697.0759.8
HexFC358F04F2B114d613c
Octal37465217011753151514174
Binary11111100110101100011110100111110101111010011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC358F; }

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

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

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

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

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

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

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

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