#F66163

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

Shades of Wild Watermelon #F66163

Tints of Wild Watermelon #F66163

Color information

#F66163 (or 0xF66163) is unknown color: approx Wild Watermelon. HEX triplet: F6, 61 and 63. RGB value is (246,97,99). Sum of RGB (Red+Green+Blue) = 246+97+99=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F66163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66163 is #099E9C. Grayscale: #8D8D8D. Windows color (decimal): -630429 or 6513142. OLE color: 6513142.

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

Color convert

RGB2469799-
CMYK00.610.600.04
HSL359.19º89.22%67.25%-
HSV(B)359.19º60.57%96.47%-
XYZ44.5329.0415.06-
YUV141.78103.86202.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.66%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=55.66%
G=21.95%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246979900.610.600.04359.1989.2267.25
HexF6616303D3C41675943
Octal366141143075744547131103
Binary1111011011000011100011011110111110010010110011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66163; }

 p { color: rgb(246,97,99); }

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

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

 a { background-color: rgb(246,97,99); }

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

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

 span { border-color: rgb(246,97,99); }

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