#f76270

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

Shades of Wild Watermelon #F76270

Tints of Wild Watermelon #F76270

Color information

#F76270 (or 0xF76270) is unknown color: approx Wild Watermelon. HEX triplet: F7, 62 and 70. RGB value is (247,98,112). Sum of RGB (Red+Green+Blue) = 247+98+112=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F76270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76270 is #089D8F. Grayscale: #909090. Windows color (decimal): -564624 or 7365367. OLE color: 7365367.

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

Color convert

RGB24798112-
CMYK00.600.550.03
HSL354.36º90.3%67.65%-
HSV(B)354.36º60.32%96.86%-
XYZ45.6529.6818.65-
YUV144.15109.86201.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=54.05%
G=21.44%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479811200.600.550.03354.3690.367.65
HexF7627003C3731625a44
Octal367142160074673542132104
Binary111101111100010111000001111001101111110110001010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f76270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f76270; }

 p { color: rgb(247,98,112); }

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

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

 a { background-color: rgb(247,98,112); }

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

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

 span { border-color: rgb(247,98,112); }

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