#F66474

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

Shades of Wild Watermelon #F66474

Tints of Wild Watermelon #F66474

Color information

#F66474 (or 0xF66474) is unknown color: approx Wild Watermelon. HEX triplet: F6, 64 and 74. RGB value is (246,100,116). Sum of RGB (Red+Green+Blue) = 246+100+116=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66474 is #099B8B. Grayscale: #919191. Windows color (decimal): -629644 or 7628022. OLE color: 7628022.

HSL color Cylindrical-coordinate representation of color #F66474: hue angle of 353.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66474 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246100116-
CMYK00.590.530.04
HSL353.42º89.02%67.84%-
HSV(B)353.42º59.35%96.47%-
XYZ45.7229.9719.9-
YUV145.48111.37199.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.25%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=53.25%
G=21.65%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610011600.590.530.04353.4289.0267.84
HexF6647403B3541615944
Octal366144164073654541131104
Binary1111011011001001110100011101111010110010110000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66474; }

 p { color: rgb(246,100,116); }

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

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

 a { background-color: rgb(246,100,116); }

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

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

 span { border-color: rgb(246,100,116); }

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