#F75C76

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

Shades of Wild Watermelon #F75C76

Tints of Wild Watermelon #F75C76

Color information

#F75C76 (or 0xF75C76) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5C and 76. RGB value is (247,92,118). Sum of RGB (Red+Green+Blue) = 247+92+118=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C76 is #08A389. Grayscale: #8D8D8D. Windows color (decimal): -566154 or 7757047. OLE color: 7757047.

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

Color convert

RGB24792118-
CMYK00.630.520.03
HSL349.94º90.64%66.47%-
HSV(B)349.94º62.75%96.86%-
XYZ45.4528.7420.29-
YUV141.31114.85203.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=54.05%
G=20.13%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479211800.630.520.03349.9490.6466.47
HexF75C7603F34315e5b42
Octal367134166077643536133102
Binary111101111011100111011001111111101001110101111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C76; }

 p { color: rgb(247,92,118); }

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

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

 a { background-color: rgb(247,92,118); }

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

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

 span { border-color: rgb(247,92,118); }

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