#F73494

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

Shades of Wild Strawberry #F73494

Tints of Wild Strawberry #F73494

Color information

#F73494 (or 0xF73494) is unknown color: approx Wild Strawberry. HEX triplet: F7, 34 and 94. RGB value is (247,52,148). Sum of RGB (Red+Green+Blue) = 247+52+148=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F73494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73494 is #08CB6B. Grayscale: #797979. Windows color (decimal): -576364 or 9712887. OLE color: 9712887.

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

Color convert

RGB24752148-
CMYK00.790.400.03
HSL330.46º92.42%58.63%-
HSV(B)330.46º78.95%96.86%-
XYZ44.9324.3730.35-
YUV121.25143.1217.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.26%
GREEN value IS 52 (20.70% from 255) = 11.63%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=55.26%
G=11.63%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475214800.790.400.03330.4692.4258.63
HexF7349404F28314a5c3b
Octal36764224011750351213473
Binary111101111101001001010001001111101000111010010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73494; }

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

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

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

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

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

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

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

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