#FF359C

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

Shades of Wild Strawberry #FF359C

Tints of Wild Strawberry #FF359C

Color information

#FF359C (or 0xFF359C) is unknown color: approx Wild Strawberry. HEX triplet: FF, 35 and 9C. RGB value is (255,53,156). Sum of RGB (Red+Green+Blue) = 255+53+156=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF359C is #00CA63. Grayscale: #7C7C7C. Windows color (decimal): -51812 or 10237439. OLE color: 10237439.

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

Color convert

RGB25553156-
CMYK00.790.390
HSL329.41º100%60.39%-
HSV(B)329.41º79.22%100%-
XYZ48.5126.2133.95-
YUV125.14145.42220.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 53 (21.09% from 255) = 11.42%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=54.96%
G=11.42%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555315600.790.390329.4110060.39
HexFF359C04F270149643c
Octal37765234011747051114474
Binary11111111110101100111000100111110011101010010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF359C; }

 p { color: rgb(255,53,156); }

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

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

 a { background-color: rgb(255,53,156); }

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

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

 span { border-color: rgb(255,53,156); }

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