#FA4F73

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

Shades of Wild Watermelon #FA4F73

Tints of Wild Watermelon #FA4F73

Color information

#FA4F73 (or 0xFA4F73) is unknown color: approx Wild Watermelon. HEX triplet: FA, 4F and 73. RGB value is (250,79,115). Sum of RGB (Red+Green+Blue) = 250+79+115=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F73 is #05B08C. Grayscale: #868686. Windows color (decimal): -372877 or 7557114. OLE color: 7557114.

HSL color Cylindrical-coordinate representation of color #FA4F73: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4F73 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25079115-
CMYK00.680.540.02
HSL347.37º94.48%64.51%-
HSV(B)347.37º68.4%98.04%-
XYZ45.3127.1519.07-
YUV134.23117.15210.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.31%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=56.31%
G=17.79%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507911500.680.540.02347.3794.4864.51
HexFA4F7304436215b5e41
Octal3721171630104662533136101
Binary1111101010011111110011010001001101101010101101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F73; }

 p { color: rgb(250,79,115); }

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

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

 a { background-color: rgb(250,79,115); }

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

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

 span { border-color: rgb(250,79,115); }

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