#F75D64

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

Shades of Wild Watermelon #F75D64

Tints of Wild Watermelon #F75D64

Color information

#F75D64 (or 0xF75D64) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5D and 64. RGB value is (247,93,100). Sum of RGB (Red+Green+Blue) = 247+93+100=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D64 is #08A29B. Grayscale: #8B8B8B. Windows color (decimal): -565916 or 6577655. OLE color: 6577655.

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

Color convert

RGB24793100-
CMYK00.620.600.03
HSL357.27º90.59%66.67%-
HSV(B)357.27º62.35%96.86%-
XYZ44.5728.5215.21-
YUV139.84105.52204.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=56.14%
G=21.14%
B=22.73%

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
Decimal2479310000.620.600.03357.2790.5966.67
HexF75D6403E3C31655b43
Octal367135144076743545133103
Binary111101111011101110010001111101111001110110010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75D64; }

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

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

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

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

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

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

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

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