#F1516B

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

Shades of Wild Watermelon #F1516B

Tints of Wild Watermelon #F1516B

Color information

#F1516B (or 0xF1516B) is unknown color: approx Wild Watermelon. HEX triplet: F1, 51 and 6B. RGB value is (241,81,107). Sum of RGB (Red+Green+Blue) = 241+81+107=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1516B is #0EAE94. Grayscale: #838383. Windows color (decimal): -962197 or 7033329. OLE color: 7033329.

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

Color convert

RGB24181107-
CMYK00.660.560.05
HSL350.25º85.11%63.14%-
HSV(B)350.25º66.39%94.51%-
XYZ41.8725.6516.65-
YUV131.8114.01205.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=56.18%
G=18.88%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418110700.660.560.05350.2585.1163.14
HexF1516B04238515e553f
Octal361121153010270553612577
Binary1111000110100011101011010000101110001011010111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1516B; }

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

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

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

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

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

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

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

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