#F75D63

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

Shades of Wild Watermelon #F75D63

Tints of Wild Watermelon #F75D63

Color information

#F75D63 (or 0xF75D63) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5D and 63. RGB value is (247,93,99). Sum of RGB (Red+Green+Blue) = 247+93+99=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D63 is #08A29C. Grayscale: #8B8B8B. Windows color (decimal): -565917 or 6512119. OLE color: 6512119.

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

Color convert

RGB2479399-
CMYK00.620.600.03
HSL357.66º90.59%66.67%-
HSV(B)357.66º62.35%96.86%-
XYZ44.5228.514.96-
YUV139.73105.02204.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=56.26%
G=21.18%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247939900.620.600.03357.6690.5966.67
HexF75D6303E3C31665b43
Octal367135143076743546133103
Binary111101111011101110001101111101111001110110011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75D63; }

 p { color: rgb(247,93,99); }

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

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

 a { background-color: rgb(247,93,99); }

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

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

 span { border-color: rgb(247,93,99); }

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