#F5547E

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

Shades of Wild Watermelon #F5547E

Tints of Wild Watermelon #F5547E

Color information

#F5547E (or 0xF5547E) is unknown color: approx Wild Watermelon. HEX triplet: F5, 54 and 7E. RGB value is (245,84,126). Sum of RGB (Red+Green+Blue) = 245+84+126=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5547E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5547E is #0AAB81. Grayscale: #888888. Windows color (decimal): -699266 or 8279285. OLE color: 8279285.

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

Color convert

RGB24584126-
CMYK00.660.490.04
HSL344.35º88.95%64.51%-
HSV(B)344.35º65.71%96.08%-
XYZ44.5927.2622.65-
YUV136.93121.84205.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.85%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=53.85%
G=18.46%
B=27.69%

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
Decimal2458412600.660.490.04344.3588.9564.51
HexF5547E0423141585941
Octal3651241760102614530131101
Binary11110101101010011111100100001011000110010101100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5547E; }

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

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

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

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

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

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

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

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