#F73091

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

Shades of Wild Strawberry #F73091

Tints of Wild Strawberry #F73091

Color information

#F73091 (or 0xF73091) is unknown color: approx Wild Strawberry. HEX triplet: F7, 30 and 91. RGB value is (247,48,145). Sum of RGB (Red+Green+Blue) = 247+48+145=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F73091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73091 is #08CF6E. Grayscale: #767676. Windows color (decimal): -577391 or 9515255. OLE color: 9515255.

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

Color convert

RGB24748145-
CMYK00.810.410.03
HSL330.75º92.56%57.84%-
HSV(B)330.75º80.57%96.86%-
XYZ44.5323.9329.06-
YUV118.56142.93219.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 48 (19.14% from 255) = 10.91%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=56.14%
G=10.91%
B=32.95%

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
Decimal2474814500.810.410.03330.7592.5657.84
HexF7309105129314b5d3a
Octal36760221012151351313572
Binary111101111100001001000101010001101001111010010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73091; }

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

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

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

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

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

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

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

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