#F75670

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

Shades of Wild Watermelon #F75670

Tints of Wild Watermelon #F75670

Color information

#F75670 (or 0xF75670) is unknown color: approx Wild Watermelon. HEX triplet: F7, 56 and 70. RGB value is (247,86,112). Sum of RGB (Red+Green+Blue) = 247+86+112=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F75670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75670 is #08A98F. Grayscale: #898989. Windows color (decimal): -567696 or 7362295. OLE color: 7362295.

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

Color convert

RGB24786112-
CMYK00.650.550.03
HSL350.31º90.96%65.29%-
HSV(B)350.31º65.18%96.86%-
XYZ44.6127.618.31-
YUV137.1113.84206.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.51%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=55.51%
G=19.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478611200.650.550.03350.3190.9665.29
HexF7567004137315e5b41
Octal3671261600101673536133101
Binary1111011110101101110000010000011101111110101111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75670; }

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

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

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

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

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

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

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

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