#F03792

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

Shades of Wild Strawberry #F03792

Tints of Wild Strawberry #F03792

Color information

#F03792 (or 0xF03792) is unknown color: approx Wild Strawberry. HEX triplet: F0, 37 and 92. RGB value is (240,55,146). Sum of RGB (Red+Green+Blue) = 240+55+146=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03792 is #0FC86D. Grayscale: #787878. Windows color (decimal): -1034350 or 9582576. OLE color: 9582576.

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

Color convert

RGB24055146-
CMYK00.770.390.06
HSL330.49º86.05%57.84%-
HSV(B)330.49º77.08%94.12%-
XYZ42.4923.3329.46-
YUV120.69142.29213.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=54.42%
G=12.47%
B=33.11%

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
Decimal2405514600.770.390.06330.4986.0557.84
HexF0379204D27614a563a
Octal36067222011547651212672
Binary1111000011011110010010010011011001111101010010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03792; }

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

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

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

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

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

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

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

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