#FF3393

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

Shades of Wild Strawberry #FF3393

Tints of Wild Strawberry #FF3393

Color information

#FF3393 (or 0xFF3393) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 93. RGB value is (255,51,147). Sum of RGB (Red+Green+Blue) = 255+51+147=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3393 is #00CC6C. Grayscale: #7A7A7A. Windows color (decimal): -52333 or 9647103. OLE color: 9647103.

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

Color convert

RGB25551147-
CMYK00.80.420
HSL331.76º100%60%-
HSV(B)331.76º80%100%-
XYZ47.6925.7330.06-
YUV122.94141.59222.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=56.29%
G=11.26%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555114700.80.420331.7610060
HexFF33930502A014c643c
Octal37763223012052051414474
Binary11111111110011100100110101000010101001010011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3393; }

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

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

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

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

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

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

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

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