#F75A66

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

Shades of Wild Watermelon #F75A66

Tints of Wild Watermelon #F75A66

Color information

#F75A66 (or 0xF75A66) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5A and 66. RGB value is (247,90,102). Sum of RGB (Red+Green+Blue) = 247+90+102=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A66 is #08A599. Grayscale: #8A8A8A. Windows color (decimal): -566682 or 6707959. OLE color: 6707959.

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

Color convert

RGB24790102-
CMYK00.640.590.03
HSL355.41º90.75%66.08%-
HSV(B)355.41º63.56%96.86%-
XYZ44.4128.0515.64-
YUV138.31107.51205.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=56.26%
G=20.50%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479010200.640.590.03355.4190.7566.08
HexF75A660403B31635b42
Octal3671321460100733543133102
Binary1111011110110101100110010000001110111110110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75A66; }

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

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

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

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

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

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

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

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