#F66274

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

Shades of Wild Watermelon #F66274

Tints of Wild Watermelon #F66274

Color information

#F66274 (or 0xF66274) is unknown color: approx Wild Watermelon. HEX triplet: F6, 62 and 74. RGB value is (246,98,116). Sum of RGB (Red+Green+Blue) = 246+98+116=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F66274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66274 is #099D8B. Grayscale: #909090. Windows color (decimal): -630156 or 7627510. OLE color: 7627510.

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

Color convert

RGB24698116-
CMYK00.600.530.04
HSL352.7º89.16%67.45%-
HSV(B)352.7º60.16%96.47%-
XYZ45.5329.5919.83-
YUV144.3112.03200.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.48%
GREEN value IS 98 (38.67% from 255) = 21.30%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=53.48%
G=21.30%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469811600.600.530.04352.789.1667.45
HexF6627403C3541615943
Octal366142164074654541131103
Binary1111011011000101110100011110011010110010110000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66274; }

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

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

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

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

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

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

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

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