#FF7072

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

Shades of Wild Watermelon #FF7072

Tints of Wild Watermelon #FF7072

Color information

#FF7072 (or 0xFF7072) is unknown color: approx Wild Watermelon. HEX triplet: FF, 70 and 72. RGB value is (255,112,114). Sum of RGB (Red+Green+Blue) = 255+112+114=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7072 is #008F8D. Grayscale: #9B9B9B. Windows color (decimal): -36750 or 7500031. OLE color: 7500031.

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

Color convert

RGB255112114-
CMYK00.560.550
HSL359.16º100%71.96%-
HSV(B)359.16º56.08%100%-
XYZ50.0734.0619.86-
YUV154.98104.88199.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=53.01%
G=23.28%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511211400.560.550359.1610071.96
HexFF70720383701676448
Octal377160162070670547144110
Binary11111111111000011100100111000110111010110011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7072; }

 p { color: rgb(255,112,114); }

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

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

 a { background-color: rgb(255,112,114); }

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

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

 span { border-color: rgb(255,112,114); }

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