#F73FA0

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

Shades of Wild Strawberry #F73FA0

Tints of Wild Strawberry #F73FA0

Color information

#F73FA0 (or 0xF73FA0) is unknown color: approx Wild Strawberry. HEX triplet: F7, 3F and A0. RGB value is (247,63,160). Sum of RGB (Red+Green+Blue) = 247+63+160=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73FA0 is #08C05F. Grayscale: #808080. Windows color (decimal): -573536 or 10502135. OLE color: 10502135.

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

Color convert

RGB24763160-
CMYK00.740.350.03
HSL328.37º92%60.78%-
HSV(B)328.37º74.49%96.86%-
XYZ46.4825.8735.8-
YUV129.07145.46212.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=52.55%
G=13.40%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476316000.740.350.03328.379260.78
HexF73FA004A2331485c3d
Octal36777240011243351013475
Binary111101111111111010000001001010100011111010010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73FA0; }

 p { color: rgb(247,63,160); }

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

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

 a { background-color: rgb(247,63,160); }

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

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

 span { border-color: rgb(247,63,160); }

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