#F03790

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

Shades of Wild Strawberry #F03790

Tints of Wild Strawberry #F03790

Color information

#F03790 (or 0xF03790) is unknown color: approx Wild Strawberry. HEX triplet: F0, 37 and 90. RGB value is (240,55,144). Sum of RGB (Red+Green+Blue) = 240+55+144=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03790 is #0FC86F. Grayscale: #787878. Windows color (decimal): -1034352 or 9451504. OLE color: 9451504.

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

Color convert

RGB24055144-
CMYK00.770.40.06
HSL331.14º86.05%57.84%-
HSV(B)331.14º77.08%94.12%-
XYZ42.3423.2728.65-
YUV120.46141.29213.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 55 (21.88% from 255) = 12.53%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=54.67%
G=12.53%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405514400.770.40.06331.1486.0557.84
HexF0379004D28614b563a
Octal36067220011550651312672
Binary1111000011011110010000010011011010001101010010111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03790; }

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

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

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

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

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

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

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

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