#FF3399

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

Shades of Wild Strawberry #FF3399

Tints of Wild Strawberry #FF3399

Color information

#FF3399 (or 0xFF3399) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 99. RGB value is (255,51,153). Sum of RGB (Red+Green+Blue) = 255+51+153=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3399 is a web safe color. Inversed color of #FF3399 is #00CC66. Grayscale: #7B7B7B. Windows color (decimal): -52327 or 10040319. OLE color: 10040319.

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

Color convert

RGB25551153-
CMYK00.80.40
HSL330º100%60%-
HSV(B)330º80%100%-
XYZ48.1725.9332.6-
YUV123.62144.59221.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555115300.80.4033010060
HexFF339905028014a643c
Octal37763231012050051214474
Binary11111111110011100110010101000010100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3399; }

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

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

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

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

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

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

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

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