#F15C6B

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

Shades of Wild Watermelon #F15C6B

Tints of Wild Watermelon #F15C6B

Color information

#F15C6B (or 0xF15C6B) is unknown color: approx Wild Watermelon. HEX triplet: F1, 5C and 6B. RGB value is (241,92,107). Sum of RGB (Red+Green+Blue) = 241+92+107=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C6B is #0EA394. Grayscale: #8A8A8A. Windows color (decimal): -959381 or 7036145. OLE color: 7036145.

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

Color convert

RGB24192107-
CMYK00.620.560.05
HSL353.96º84.18%65.29%-
HSV(B)353.96º61.83%94.51%-
XYZ42.7627.4216.95-
YUV138.26110.36201.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=54.77%
G=20.91%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419210700.620.560.05353.9684.1865.29
HexF15C6B03E3851625441
Octal361134153076705542124101
Binary1111000110111001101011011111011100010110110001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C6B; }

 p { color: rgb(241,92,107); }

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

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

 a { background-color: rgb(241,92,107); }

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

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

 span { border-color: rgb(241,92,107); }

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