#F45264

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

Shades of Wild Watermelon #F45264

Tints of Wild Watermelon #F45264

Color information

#F45264 (or 0xF45264) is unknown color: approx Wild Watermelon. HEX triplet: F4, 52 and 64. RGB value is (244,82,100). Sum of RGB (Red+Green+Blue) = 244+82+100=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F45264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45264 is #0BAD9B. Grayscale: #848484. Windows color (decimal): -765340 or 6574836. OLE color: 6574836.

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

Color convert

RGB24482100-
CMYK00.660.590.04
HSL353.33º88.04%63.92%-
HSV(B)353.33º66.39%95.69%-
XYZ42.6326.1914.86-
YUV132.49109.67207.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=57.28%
G=19.25%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448210000.660.590.04353.3388.0463.92
HexF452640423B41615840
Octal3641221440102734541130100
Binary11110100101001011001000100001011101110010110000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45264; }

 p { color: rgb(244,82,100); }

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

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

 a { background-color: rgb(244,82,100); }

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

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

 span { border-color: rgb(244,82,100); }

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