#FF3599

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

Shades of Wild Strawberry #FF3599

Tints of Wild Strawberry #FF3599

Color information

#FF3599 (or 0xFF3599) is unknown color: approx Wild Strawberry. HEX triplet: FF, 35 and 99. RGB value is (255,53,153). Sum of RGB (Red+Green+Blue) = 255+53+153=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3599 is #00CA66. Grayscale: #7C7C7C. Windows color (decimal): -51815 or 10040831. OLE color: 10040831.

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

Color convert

RGB25553153-
CMYK00.790.40
HSL330.3º100%60.39%-
HSV(B)330.3º79.22%100%-
XYZ48.2626.1132.63-
YUV124.8143.92220.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 53 (21.09% from 255) = 11.50%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=55.31%
G=11.50%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555315300.790.40330.310060.39
HexFF359904F28014a643c
Octal37765231011750051214474
Binary11111111110101100110010100111110100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3599; }

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

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

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

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

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

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

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

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