#FF2993

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

Shades of Wild Strawberry #FF2993

Tints of Wild Strawberry #FF2993

Color information

#FF2993 (or 0xFF2993) is unknown color: approx Wild Strawberry. HEX triplet: FF, 29 and 93. RGB value is (255,41,147). Sum of RGB (Red+Green+Blue) = 255+41+147=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2993 is #00D66C. Grayscale: #747474. Windows color (decimal): -54893 or 9644543. OLE color: 9644543.

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

Color convert

RGB25541147-
CMYK00.840.420
HSL330.28º100%58.04%-
HSV(B)330.28º83.92%100%-
XYZ47.324.9529.93-
YUV117.07144.9226.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 41 (16.41% from 255) = 9.26%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=57.56%
G=9.26%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554114700.840.420330.2810058.04
HexFF29930542A014a643a
Octal37751223012452051214472
Binary11111111101001100100110101010010101001010010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2993; }

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

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

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

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

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

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

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

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