#F75074

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

Shades of Wild Watermelon #F75074

Tints of Wild Watermelon #F75074

Color information

#F75074 (or 0xF75074) is unknown color: approx Wild Watermelon. HEX triplet: F7, 50 and 74. RGB value is (247,80,116). Sum of RGB (Red+Green+Blue) = 247+80+116=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F75074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75074 is #08AF8B. Grayscale: #868686. Windows color (decimal): -569228 or 7622903. OLE color: 7622903.

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

Color convert

RGB24780116-
CMYK00.680.530.03
HSL347.07º91.26%64.12%-
HSV(B)347.07º67.61%96.86%-
XYZ44.3826.7719.35-
YUV134.04117.83208.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.76%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=55.76%
G=18.06%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478011600.680.530.03347.0791.2664.12
HexF7507404435315b5b40
Octal3671201640104653533133100
Binary1111011110100001110100010001001101011110101101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75074; }

 p { color: rgb(247,80,116); }

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

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

 a { background-color: rgb(247,80,116); }

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

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

 span { border-color: rgb(247,80,116); }

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