#F15460

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

Shades of Wild Watermelon #F15460

Tints of Wild Watermelon #F15460

Color information

#F15460 (or 0xF15460) is unknown color: approx Wild Watermelon. HEX triplet: F1, 54 and 60. RGB value is (241,84,96). Sum of RGB (Red+Green+Blue) = 241+84+96=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F15460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15460 is #0EAB9F. Grayscale: #848484. Windows color (decimal): -961440 or 6313201. OLE color: 6313201.

HSL color Cylindrical-coordinate representation of color #F15460: hue angle of 355.41º 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 #F15460 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2418496-
CMYK00.650.600.05
HSL355.41º84.86%63.73%-
HSV(B)355.41º65.15%94.51%-
XYZ41.5625.8913.87-
YUV132.31107.51205.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.24%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=57.24%
G=19.95%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241849600.650.600.05355.4184.8663.73
HexF154600413C51635540
Octal3611241400101745543125100
Binary11110001101010011000000100000111110010110110001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15460; }

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

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

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

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

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

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

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

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