#F73096

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

Shades of Wild Strawberry #F73096

Tints of Wild Strawberry #F73096

Color information

#F73096 (or 0xF73096) is unknown color: approx Wild Strawberry. HEX triplet: F7, 30 and 96. RGB value is (247,48,150). Sum of RGB (Red+Green+Blue) = 247+48+150=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F73096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73096 is #08CF69. Grayscale: #767676. Windows color (decimal): -577386 or 9842935. OLE color: 9842935.

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

Color convert

RGB24748150-
CMYK00.810.390.03
HSL329.25º92.56%57.84%-
HSV(B)329.25º80.57%96.86%-
XYZ44.9224.0931.14-
YUV119.13145.43219.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.51%
GREEN value IS 48 (19.14% from 255) = 10.79%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=55.51%
G=10.79%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474815000.810.390.03329.2592.5657.84
HexF730960512731495d3a
Octal36760226012147351113572
Binary111101111100001001011001010001100111111010010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73096; }

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

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

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

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

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

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

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

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