#F73B9D

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

Shades of Wild Strawberry #F73B9D

Tints of Wild Strawberry #F73B9D

Color information

#F73B9D (or 0xF73B9D) is unknown color: approx Wild Strawberry. HEX triplet: F7, 3B and 9D. RGB value is (247,59,157). Sum of RGB (Red+Green+Blue) = 247+59+157=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73B9D is #08C462. Grayscale: #7E7E7E. Windows color (decimal): -574563 or 10304503. OLE color: 10304503.

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

Color convert

RGB24759157-
CMYK00.760.360.03
HSL328.72º92.16%60%-
HSV(B)328.72º76.11%96.86%-
XYZ46.0125.3434.36-
YUV126.38145.28214.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.35%
GREEN value IS 59 (23.44% from 255) = 12.74%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=53.35%
G=12.74%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475915700.760.360.03328.7292.1660
HexF73B9D04C2431495c3c
Octal36773235011444351113474
Binary111101111110111001110101001100100100111010010011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B9D; }

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

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

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

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

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

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

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

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