#FF359E

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

Shades of Wild Strawberry #FF359E

Tints of Wild Strawberry #FF359E

Color information

#FF359E (or 0xFF359E) is unknown color: approx Wild Strawberry. HEX triplet: FF, 35 and 9E. RGB value is (255,53,158). Sum of RGB (Red+Green+Blue) = 255+53+158=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF359E is #00CA61. Grayscale: #7D7D7D. Windows color (decimal): -51810 or 10368511. OLE color: 10368511.

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

Color convert

RGB25553158-
CMYK00.790.380
HSL328.81º100%60.39%-
HSV(B)328.81º79.22%100%-
XYZ48.6826.2734.85-
YUV125.37146.42220.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 53 (21.09% from 255) = 11.37%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=54.72%
G=11.37%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555315800.790.380328.8110060.39
HexFF359E04F260149643c
Octal37765236011746051114474
Binary11111111110101100111100100111110011001010010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF359E; }

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

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

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

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

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

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

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

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