#FF339A

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

Shades of Wild Strawberry #FF339A

Tints of Wild Strawberry #FF339A

Color information

#FF339A (or 0xFF339A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 9A. RGB value is (255,51,154). Sum of RGB (Red+Green+Blue) = 255+51+154=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF339A is #00CC65. Grayscale: #7B7B7B. Windows color (decimal): -52326 or 10105855. OLE color: 10105855.

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

Color convert

RGB25551154-
CMYK00.80.400
HSL329.71º100%60%-
HSV(B)329.71º80%100%-
XYZ48.2625.9633.04-
YUV123.74145.09221.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=55.43%
G=11.09%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555115400.80.400329.7110060
HexFF339A05028014a643c
Octal37763232012050051214474
Binary11111111110011100110100101000010100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF339A; }

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

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

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

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

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

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

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

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