#F5547C

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

Shades of Wild Watermelon #F5547C

Tints of Wild Watermelon #F5547C

Color information

#F5547C (or 0xF5547C) is unknown color: approx Wild Watermelon. HEX triplet: F5, 54 and 7C. RGB value is (245,84,124). Sum of RGB (Red+Green+Blue) = 245+84+124=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5547C is #0AAB83. Grayscale: #888888. Windows color (decimal): -699268 or 8148213. OLE color: 8148213.

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

Color convert

RGB24584124-
CMYK00.660.490.04
HSL345.09º88.95%64.51%-
HSV(B)345.09º65.71%96.08%-
XYZ44.4627.2121.98-
YUV136.7120.84205.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=54.08%
G=18.54%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458412400.660.490.04345.0988.9564.51
HexF5547C0423141595941
Octal3651241740102614531131101
Binary11110101101010011111000100001011000110010101100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5547C; }

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

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

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

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

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

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

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

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