#F45263

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

Shades of Wild Watermelon #F45263

Tints of Wild Watermelon #F45263

Color information

#F45263 (or 0xF45263) is unknown color: approx Wild Watermelon. HEX triplet: F4, 52 and 63. RGB value is (244,82,99). Sum of RGB (Red+Green+Blue) = 244+82+99=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F45263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45263 is #0BAD9C. Grayscale: #848484. Windows color (decimal): -765341 or 6509300. OLE color: 6509300.

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

Color convert

RGB2448299-
CMYK00.660.590.04
HSL353.7º88.04%63.92%-
HSV(B)353.7º66.39%95.69%-
XYZ42.5826.1714.61-
YUV132.38109.17207.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.41%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=57.41%
G=19.29%
B=23.29%

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
Decimal244829900.660.590.04353.788.0463.92
HexF452630423B41625840
Octal3641221430102734542130100
Binary11110100101001011000110100001011101110010110001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45263; }

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

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

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

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

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

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

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

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