#F73092

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

Shades of Wild Strawberry #F73092

Tints of Wild Strawberry #F73092

Color information

#F73092 (or 0xF73092) is unknown color: approx Wild Strawberry. HEX triplet: F7, 30 and 92. RGB value is (247,48,146). Sum of RGB (Red+Green+Blue) = 247+48+146=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F73092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73092 is #08CF6D. Grayscale: #767676. Windows color (decimal): -577390 or 9580791. OLE color: 9580791.

HSL color Cylindrical-coordinate representation of color #F73092: hue angle of 330.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73092 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB24748146-
CMYK00.810.410.03
HSL330.45º92.56%57.84%-
HSV(B)330.45º80.57%96.86%-
XYZ44.623.9629.47-
YUV118.67143.43219.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.01%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=56.01%
G=10.88%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474814600.810.410.03330.4592.5657.84
HexF7309205129314a5d3a
Octal36760222012151351213572
Binary111101111100001001001001010001101001111010010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73092; }

 p { color: rgb(247,48,146); }

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

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

 a { background-color: rgb(247,48,146); }

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

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

 span { border-color: rgb(247,48,146); }

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