#F73B96

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

Shades of Wild Strawberry #F73B96

Tints of Wild Strawberry #F73B96

Color information

#F73B96 (or 0xF73B96) is unknown color: approx Wild Strawberry. HEX triplet: F7, 3B and 96. RGB value is (247,59,150). Sum of RGB (Red+Green+Blue) = 247+59+150=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73B96 is #08C469. Grayscale: #7D7D7D. Windows color (decimal): -574570 or 9845751. OLE color: 9845751.

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

Color convert

RGB24759150-
CMYK00.760.390.03
HSL330.96º92.16%60%-
HSV(B)330.96º76.11%96.86%-
XYZ45.4325.131.31-
YUV125.59141.78214.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=54.17%
G=12.94%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475915000.760.390.03330.9692.1660
HexF73B9604C27314b5c3c
Octal36773226011447351313474
Binary111101111110111001011001001100100111111010010111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B96; }

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

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

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

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

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

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

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

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