#FF3596

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

Shades of Wild Strawberry #FF3596

Tints of Wild Strawberry #FF3596

Color information

#FF3596 (or 0xFF3596) is unknown color: approx Wild Strawberry. HEX triplet: FF, 35 and 96. RGB value is (255,53,150). Sum of RGB (Red+Green+Blue) = 255+53+150=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3596 is #00CA69. Grayscale: #7C7C7C. Windows color (decimal): -51818 or 9844223. OLE color: 9844223.

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

Color convert

RGB25553150-
CMYK00.790.410
HSL331.19º100%60.39%-
HSV(B)331.19º79.22%100%-
XYZ48.0226.0131.34-
YUV124.46142.42221.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 53 (21.09% from 255) = 11.57%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=55.68%
G=11.57%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555315000.790.410331.1910060.39
HexFF359604F29014b643c
Octal37765226011751051314474
Binary11111111110101100101100100111110100101010010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3596; }

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

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

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

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

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

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

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

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