#F75A68

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

Shades of Wild Watermelon #F75A68

Tints of Wild Watermelon #F75A68

Color information

#F75A68 (or 0xF75A68) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5A and 68. RGB value is (247,90,104). Sum of RGB (Red+Green+Blue) = 247+90+104=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A68 is #08A597. Grayscale: #8A8A8A. Windows color (decimal): -566680 or 6839031. OLE color: 6839031.

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

Color convert

RGB24790104-
CMYK00.640.580.03
HSL354.65º90.75%66.08%-
HSV(B)354.65º63.56%96.86%-
XYZ44.5128.0916.17-
YUV138.54108.51205.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.01%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=56.01%
G=20.41%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479010400.640.580.03354.6590.7566.08
HexF75A680403A31635b42
Octal3671321500100723543133102
Binary1111011110110101101000010000001110101110110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75A68; }

 p { color: rgb(247,90,104); }

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

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

 a { background-color: rgb(247,90,104); }

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

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

 span { border-color: rgb(247,90,104); }

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