#F15373

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

Shades of Wild Watermelon #F15373

Tints of Wild Watermelon #F15373

Color information

#F15373 (or 0xF15373) is unknown color: approx Wild Watermelon. HEX triplet: F1, 53 and 73. RGB value is (241,83,115). Sum of RGB (Red+Green+Blue) = 241+83+115=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F15373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15373 is #0EAC8C. Grayscale: #858585. Windows color (decimal): -961677 or 7558129. OLE color: 7558129.

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

Color convert

RGB24183115-
CMYK00.660.520.05
HSL347.85º84.95%63.53%-
HSV(B)347.85º65.56%94.51%-
XYZ42.4626.1319.02-
YUV133.89117.35204.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=54.90%
G=18.91%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418311500.660.520.05347.8584.9563.53
HexF1537304234515c5540
Octal3611231630102645534125100
Binary11110001101001111100110100001011010010110101110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15373; }

 p { color: rgb(241,83,115); }

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

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

 a { background-color: rgb(241,83,115); }

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

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

 span { border-color: rgb(241,83,115); }

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