#F75D6F

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

Shades of Wild Watermelon #F75D6F

Tints of Wild Watermelon #F75D6F

Color information

#F75D6F (or 0xF75D6F) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5D and 6F. RGB value is (247,93,111). Sum of RGB (Red+Green+Blue) = 247+93+111=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D6F is #08A290. Grayscale: #8D8D8D. Windows color (decimal): -565905 or 7298551. OLE color: 7298551.

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

Color convert

RGB24793111-
CMYK00.620.550.03
HSL352.99º90.59%66.67%-
HSV(B)352.99º62.35%96.86%-
XYZ45.1428.7518.21-
YUV141.1111.02203.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.77%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=54.77%
G=20.62%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479311100.620.550.03352.9990.5966.67
HexF75D6F03E3731615b43
Octal367135157076673541133103
Binary111101111011101110111101111101101111110110000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75D6F; }

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

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

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

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

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

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

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

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