#FF3299

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

Shades of Wild Strawberry #FF3299

Tints of Wild Strawberry #FF3299

Color information

#FF3299 (or 0xFF3299) is unknown color: approx Wild Strawberry. HEX triplet: FF, 32 and 99. RGB value is (255,50,153). Sum of RGB (Red+Green+Blue) = 255+50+153=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3299 is #00CD66. Grayscale: #7A7A7A. Windows color (decimal): -52583 or 10040063. OLE color: 10040063.

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

Color convert

RGB25550153-
CMYK00.800.40
HSL329.85º100%59.8%-
HSV(B)329.85º80.39%100%-
XYZ48.1325.8432.59-
YUV123.04144.92222.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 50 (19.92% from 255) = 10.92%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=55.68%
G=10.92%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555015300.800.40329.8510059.8
HexFF329905028014a643c
Octal37762231012050051214474
Binary11111111110010100110010101000010100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3299; }

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

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

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

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

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

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

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

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