#F45364

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

Shades of Wild Watermelon #F45364

Tints of Wild Watermelon #F45364

Color information

#F45364 (or 0xF45364) is unknown color: approx Wild Watermelon. HEX triplet: F4, 53 and 64. RGB value is (244,83,100). Sum of RGB (Red+Green+Blue) = 244+83+100=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F45364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45364 is #0BAC9B. Grayscale: #858585. Windows color (decimal): -765084 or 6575092. OLE color: 6575092.

HSL color Cylindrical-coordinate representation of color #F45364: hue angle of 353.66º 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 #F45364 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24483100-
CMYK00.660.590.04
HSL353.66º87.98%64.12%-
HSV(B)353.66º65.98%95.69%-
XYZ42.726.3414.89-
YUV133.08109.34207.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=57.14%
G=19.44%
B=23.42%

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
Decimal2448310000.660.590.04353.6687.9864.12
HexF453640423B41625840
Octal3641231440102734542130100
Binary11110100101001111001000100001011101110010110001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45364; }

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

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

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

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

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

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

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

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