#F73EAC

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

Shades of Wild Strawberry #F73EAC

Tints of Wild Strawberry #F73EAC

Color information

#F73EAC (or 0xF73EAC) is unknown color: approx Wild Strawberry. HEX triplet: F7, 3E and AC. RGB value is (247,62,172). Sum of RGB (Red+Green+Blue) = 247+62+172=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F73EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73EAC is #08C153. Grayscale: #818181. Windows color (decimal): -573780 or 11288311. OLE color: 11288311.

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

Color convert

RGB24762172-
CMYK00.750.300.03
HSL324.32º92.04%60.59%-
HSV(B)324.32º74.9%96.86%-
XYZ47.5326.241.58-
YUV129.85151.79211.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 62 (24.61% from 255) = 12.89%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=51.35%
G=12.89%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476217200.750.300.03324.3292.0460.59
HexF73EAC04B1E31445c3d
Octal36776254011336350413475
Binary11110111111110101011000100101111110111010001001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73EAC; }

 p { color: rgb(247,62,172); }

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

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

 a { background-color: rgb(247,62,172); }

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

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

 span { border-color: rgb(247,62,172); }

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