#FA4F72

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

Shades of Wild Watermelon #FA4F72

Tints of Wild Watermelon #FA4F72

Color information

#FA4F72 (or 0xFA4F72) is unknown color: approx Wild Watermelon. HEX triplet: FA, 4F and 72. RGB value is (250,79,114). Sum of RGB (Red+Green+Blue) = 250+79+114=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F72 is #05B08D. Grayscale: #868686. Windows color (decimal): -372878 or 7491578. OLE color: 7491578.

HSL color Cylindrical-coordinate representation of color #FA4F72: hue angle of 347.72º 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 #FA4F72 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25079114-
CMYK00.680.540.02
HSL347.72º94.48%64.51%-
HSV(B)347.72º68.4%98.04%-
XYZ45.2627.1318.77-
YUV134.12116.65210.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.43%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=56.43%
G=17.83%
B=25.73%

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
Decimal2507911400.680.540.02347.7294.4864.51
HexFA4F7204436215c5e41
Octal3721171620104662534136101
Binary1111101010011111110010010001001101101010101110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F72; }

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

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

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

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

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

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

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

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