#F7525F

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

Shades of Wild Watermelon #F7525F

Tints of Wild Watermelon #F7525F

Color information

#F7525F (or 0xF7525F) is unknown color: approx Wild Watermelon. HEX triplet: F7, 52 and 5F. RGB value is (247,82,95). Sum of RGB (Red+Green+Blue) = 247+82+95=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7525F is #08ADA0. Grayscale: #848484. Windows color (decimal): -568737 or 6247159. OLE color: 6247159.

HSL color Cylindrical-coordinate representation of color #F7525F: hue angle of 355.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7525F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2478295-
CMYK00.670.620.03
HSL355.27º91.16%64.51%-
HSV(B)355.27º66.8%96.86%-
XYZ43.4426.6313.68-
YUV132.82106.66209.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.25%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=58.25%
G=19.34%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247829500.670.620.03355.2791.1664.51
HexF7525F0433E31635b41
Octal3671221370103763543133101
Binary1111011110100101011111010000111111101110110001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7525F; }

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

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

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

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

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

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

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

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