#F15363

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

Shades of Wild Watermelon #F15363

Tints of Wild Watermelon #F15363

Color information

#F15363 (or 0xF15363) is unknown color: approx Wild Watermelon. HEX triplet: F1, 53 and 63. RGB value is (241,83,99). Sum of RGB (Red+Green+Blue) = 241+83+99=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F15363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15363 is #0EAC9C. Grayscale: #848484. Windows color (decimal): -961693 or 6509553. OLE color: 6509553.

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

Color convert

RGB2418399-
CMYK00.660.590.05
HSL353.92º84.95%63.53%-
HSV(B)353.92º65.56%94.51%-
XYZ41.6225.7914.59-
YUV132.07109.35205.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=56.97%
G=19.62%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241839900.660.590.05353.9284.9563.53
HexF153630423B51625540
Octal3611231430102735542125100
Binary11110001101001111000110100001011101110110110001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15363; }

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

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

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

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

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

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

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

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