#F4525F

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

Shades of Wild Watermelon #F4525F

Tints of Wild Watermelon #F4525F

Color information

#F4525F (or 0xF4525F) is unknown color: approx Wild Watermelon. HEX triplet: F4, 52 and 5F. RGB value is (244,82,95). Sum of RGB (Red+Green+Blue) = 244+82+95=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4525F is #0BADA0. Grayscale: #848484. Windows color (decimal): -765345 or 6247156. OLE color: 6247156.

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

Color convert

RGB2448295-
CMYK00.660.610.04
HSL355.19º88.04%63.92%-
HSV(B)355.19º66.39%95.69%-
XYZ42.3926.0913.63-
YUV131.92107.17207.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.96%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=57.96%
G=19.48%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244829500.660.610.04355.1988.0463.92
HexF4525F0423D41635840
Octal3641221370102754543130100
Binary11110100101001010111110100001011110110010110001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4525F; }

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

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

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

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

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

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

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

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