#F15474

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

Shades of Wild Watermelon #F15474

Tints of Wild Watermelon #F15474

Color information

#F15474 (or 0xF15474) is unknown color: approx Wild Watermelon. HEX triplet: F1, 54 and 74. RGB value is (241,84,116). Sum of RGB (Red+Green+Blue) = 241+84+116=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F15474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15474 is #0EAB8B. Grayscale: #868686. Windows color (decimal): -961420 or 7623921. OLE color: 7623921.

HSL color Cylindrical-coordinate representation of color #F15474: hue angle of 347.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15474 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24184116-
CMYK00.650.520.05
HSL347.77º84.86%63.73%-
HSV(B)347.77º65.15%94.51%-
XYZ42.626.319.35-
YUV134.59117.51203.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.65%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=54.65%
G=19.05%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418411600.650.520.05347.7784.8663.73
HexF1547404134515c5540
Octal3611241640101645534125100
Binary11110001101010011101000100000111010010110101110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15474; }

 p { color: rgb(241,84,116); }

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

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

 a { background-color: rgb(241,84,116); }

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

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

 span { border-color: rgb(241,84,116); }

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