#FA4770

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

Shades of Wild Watermelon #FA4770

Tints of Wild Watermelon #FA4770

Color information

#FA4770 (or 0xFA4770) is unknown color: approx Wild Watermelon. HEX triplet: FA, 47 and 70. RGB value is (250,71,112). Sum of RGB (Red+Green+Blue) = 250+71+112=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4770 is #05B88F. Grayscale: #818181. Windows color (decimal): -374928 or 7358458. OLE color: 7358458.

HSL color Cylindrical-coordinate representation of color #FA4770: hue angle of 346.26º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4770 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB25071112-
CMYK00.720.550.02
HSL346.26º94.71%62.94%-
HSV(B)346.26º71.6%98.04%-
XYZ44.62618-
YUV129.2118.3214.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=57.74%
G=16.40%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507111200.720.550.02346.2694.7162.94
HexFA477004837215a5f3f
Octal372107160011067253213777
Binary111110101000111111000001001000110111101010110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4770; }

 p { color: rgb(250,71,112); }

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

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

 a { background-color: rgb(250,71,112); }

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

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

 span { border-color: rgb(250,71,112); }

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