#F53390

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

Shades of Wild Strawberry #F53390

Tints of Wild Strawberry #F53390

Color information

#F53390 (or 0xF53390) is unknown color: approx Wild Strawberry. HEX triplet: F5, 33 and 90. RGB value is (245,51,144). Sum of RGB (Red+Green+Blue) = 245+51+144=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F53390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53390 is #0ACC6F. Grayscale: #777777. Windows color (decimal): -707696 or 9450485. OLE color: 9450485.

HSL color Cylindrical-coordinate representation of color #F53390: hue angle of 331.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53390 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB24551144-
CMYK00.790.410.04
HSL331.24º90.65%58.04%-
HSV(B)331.24º79.18%96.08%-
XYZ43.8723.7928.67-
YUV119.61141.77217.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.68%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=55.68%
G=11.59%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455114400.790.410.04331.2490.6558.04
HexF5339004F29414b5b3a
Octal36563220011751451313372
Binary1111010111001110010000010011111010011001010010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53390; }

 p { color: rgb(245,51,144); }

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

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

 a { background-color: rgb(245,51,144); }

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

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

 span { border-color: rgb(245,51,144); }

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