#F76572

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

Shades of Wild Watermelon #F76572

Tints of Wild Watermelon #F76572

Color information

#F76572 (or 0xF76572) is unknown color: approx Wild Watermelon. HEX triplet: F7, 65 and 72. RGB value is (247,101,114). Sum of RGB (Red+Green+Blue) = 247+101+114=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F76572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76572 is #089A8D. Grayscale: #929292. Windows color (decimal): -563854 or 7497207. OLE color: 7497207.

HSL color Cylindrical-coordinate representation of color #F76572: hue angle of 354.66º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76572 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247101114-
CMYK00.590.540.03
HSL354.66º90.12%68.24%-
HSV(B)354.66º59.11%96.86%-
XYZ46.0530.319.34-
YUV146.14109.87199.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.46%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=53.46%
G=21.86%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710111400.590.540.03354.6690.1268.24
HexF7657203B3631635a44
Octal367145162073663543132104
Binary111101111100101111001001110111101101110110001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76572; }

 p { color: rgb(247,101,114); }

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

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

 a { background-color: rgb(247,101,114); }

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

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

 span { border-color: rgb(247,101,114); }

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