#F5545F

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

Shades of Wild Watermelon #F5545F

Tints of Wild Watermelon #F5545F

Color information

#F5545F (or 0xF5545F) is unknown color: approx Wild Watermelon. HEX triplet: F5, 54 and 5F. RGB value is (245,84,95). Sum of RGB (Red+Green+Blue) = 245+84+95=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5545F is #0AABA0. Grayscale: #858585. Windows color (decimal): -699297 or 6247669. OLE color: 6247669.

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

Color convert

RGB2458495-
CMYK00.660.610.04
HSL355.9º88.95%64.51%-
HSV(B)355.9º65.71%96.08%-
XYZ42.8926.5813.7-
YUV133.39106.34207.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.78%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=57.78%
G=19.81%
B=22.41%

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
Decimal245849500.660.610.04355.988.9564.51
HexF5545F0423D41645941
Octal3651241370102754544131101
Binary11110101101010010111110100001011110110010110010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5545F; }

 p { color: rgb(245,84,95); }

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

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

 a { background-color: rgb(245,84,95); }

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

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

 span { border-color: rgb(245,84,95); }

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