#F75C65

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

Shades of Wild Watermelon #F75C65

Tints of Wild Watermelon #F75C65

Color information

#F75C65 (or 0xF75C65) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5C and 65. RGB value is (247,92,101). Sum of RGB (Red+Green+Blue) = 247+92+101=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C65 is #08A39A. Grayscale: #8B8B8B. Windows color (decimal): -566171 or 6642935. OLE color: 6642935.

HSL color Cylindrical-coordinate representation of color #F75C65: hue angle of 356.52º 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 #F75C65 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB24792101-
CMYK00.630.590.03
HSL356.52º90.64%66.47%-
HSV(B)356.52º62.75%96.86%-
XYZ44.5328.3715.44-
YUV139.37106.35204.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=56.14%
G=20.91%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479210100.630.590.03356.5290.6466.47
HexF75C6503F3B31655b42
Octal367134145077733545133102
Binary111101111011100110010101111111110111110110010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C65; }

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

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

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

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

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

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

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

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