#F73F96

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

Shades of Wild Strawberry #F73F96

Tints of Wild Strawberry #F73F96

Color information

#F73F96 (or 0xF73F96) is unknown color: approx Wild Strawberry. HEX triplet: F7, 3F and 96. RGB value is (247,63,150). Sum of RGB (Red+Green+Blue) = 247+63+150=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73F96 is #08C069. Grayscale: #7F7F7F. Windows color (decimal): -573546 or 9846775. OLE color: 9846775.

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

Color convert

RGB24763150-
CMYK00.740.390.03
HSL331.63º92%60.78%-
HSV(B)331.63º74.49%96.86%-
XYZ45.6425.5331.38-
YUV127.93140.46212.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.70%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=53.70%
G=13.70%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476315000.740.390.03331.639260.78
HexF73F9604A27314c5c3d
Octal36777226011247351413475
Binary111101111111111001011001001010100111111010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73F96; }

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

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

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

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

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

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

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

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