#F03793

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

Shades of Wild Strawberry #F03793

Tints of Wild Strawberry #F03793

Color information

#F03793 (or 0xF03793) is unknown color: approx Wild Strawberry. HEX triplet: F0, 37 and 93. RGB value is (240,55,147). Sum of RGB (Red+Green+Blue) = 240+55+147=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03793 is #0FC86C. Grayscale: #787878. Windows color (decimal): -1034349 or 9648112. OLE color: 9648112.

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

Color convert

RGB24055147-
CMYK00.770.390.06
HSL330.16º86.05%57.84%-
HSV(B)330.16º77.08%94.12%-
XYZ42.5723.3629.87-
YUV120.8142.79213.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 55 (21.88% from 255) = 12.44%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=54.30%
G=12.44%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405514700.770.390.06330.1686.0557.84
HexF0379304D27614a563a
Octal36067223011547651212672
Binary1111000011011110010011010011011001111101010010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03793; }

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

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

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

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

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

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

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

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