#F03794

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

Shades of Wild Strawberry #F03794

Tints of Wild Strawberry #F03794

Color information

#F03794 (or 0xF03794) is unknown color: approx Wild Strawberry. HEX triplet: F0, 37 and 94. RGB value is (240,55,148). Sum of RGB (Red+Green+Blue) = 240+55+148=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F03794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03794 is #0FC86B. Grayscale: #787878. Windows color (decimal): -1034348 or 9713648. OLE color: 9713648.

HSL color Cylindrical-coordinate representation of color #F03794: hue angle of 329.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03794 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24055148-
CMYK00.770.380.06
HSL329.84º86.05%57.84%-
HSV(B)329.84º77.08%94.12%-
XYZ42.6523.430.29-
YUV120.92143.29212.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 55 (21.88% from 255) = 12.42%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=54.18%
G=12.42%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405514800.770.380.06329.8486.0557.84
HexF0379404D26614a563a
Octal36067224011546651212672
Binary1111000011011110010100010011011001101101010010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03794; }

 p { color: rgb(240,55,148); }

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

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

 a { background-color: rgb(240,55,148); }

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

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

 span { border-color: rgb(240,55,148); }

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