#F64A72

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

Shades of Wild Watermelon #F64A72

Tints of Wild Watermelon #F64A72

Color information

#F64A72 (or 0xF64A72) is unknown color: approx Wild Watermelon. HEX triplet: F6, 4A and 72. RGB value is (246,74,114). Sum of RGB (Red+Green+Blue) = 246+74+114=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64A72 is #09B58D. Grayscale: #828282. Windows color (decimal): -636302 or 7490294. OLE color: 7490294.

HSL color Cylindrical-coordinate representation of color #F64A72: hue angle of 346.05º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64A72 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24674114-
CMYK00.700.540.04
HSL346.05º90.53%62.75%-
HSV(B)346.05º69.92%96.47%-
XYZ43.4925.7118.59-
YUV129.99118.98210.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.68%
GREEN value IS 74 (29.30% from 255) = 17.05%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=56.68%
G=17.05%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467411400.700.540.04346.0590.5362.75
HexF64A7204636415a5b3f
Octal366112162010666453213377
Binary1111011010010101110010010001101101101001010110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64A72; }

 p { color: rgb(246,74,114); }

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

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

 a { background-color: rgb(246,74,114); }

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

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

 span { border-color: rgb(246,74,114); }

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