#F73497

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

Shades of Wild Strawberry #F73497

Tints of Wild Strawberry #F73497

Color information

#F73497 (or 0xF73497) is unknown color: approx Wild Strawberry. HEX triplet: F7, 34 and 97. RGB value is (247,52,151). Sum of RGB (Red+Green+Blue) = 247+52+151=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F73497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73497 is #08CB68. Grayscale: #797979. Windows color (decimal): -576361 or 9909495. OLE color: 9909495.

HSL color Cylindrical-coordinate representation of color #F73497: hue angle of 329.54º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73497 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB24752151-
CMYK00.790.390.03
HSL329.54º92.42%58.63%-
HSV(B)329.54º78.95%96.86%-
XYZ45.1724.4631.62-
YUV121.59144.6217.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.89%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=54.89%
G=11.56%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475215100.790.390.03329.5492.4258.63
HexF7349704F27314a5c3b
Octal36764227011747351213473
Binary111101111101001001011101001111100111111010010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73497; }

 p { color: rgb(247,52,151); }

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

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

 a { background-color: rgb(247,52,151); }

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

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

 span { border-color: rgb(247,52,151); }

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