#F73090

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

Shades of Wild Strawberry #F73090

Tints of Wild Strawberry #F73090

Color information

#F73090 (or 0xF73090) is unknown color: approx Wild Strawberry. HEX triplet: F7, 30 and 90. RGB value is (247,48,144). Sum of RGB (Red+Green+Blue) = 247+48+144=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F73090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73090 is #08CF6F. Grayscale: #767676. Windows color (decimal): -577392 or 9449719. OLE color: 9449719.

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

Color convert

RGB24748144-
CMYK00.810.420.03
HSL331.06º92.56%57.84%-
HSV(B)331.06º80.57%96.86%-
XYZ44.4523.928.66-
YUV118.44142.43219.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 48 (19.14% from 255) = 10.93%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=56.26%
G=10.93%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474814400.810.420.03331.0692.5657.84
HexF730900512A314b5d3a
Octal36760220012152351313572
Binary111101111100001001000001010001101010111010010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73090; }

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

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

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

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

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

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

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

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