#F1506C

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

Shades of Wild Watermelon #F1506C

Tints of Wild Watermelon #F1506C

Color information

#F1506C (or 0xF1506C) is unknown color: approx Wild Watermelon. HEX triplet: F1, 50 and 6C. RGB value is (241,80,108). Sum of RGB (Red+Green+Blue) = 241+80+108=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1506C is #0EAF93. Grayscale: #838383. Windows color (decimal): -962452 or 7098609. OLE color: 7098609.

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

Color convert

RGB24180108-
CMYK00.670.550.05
HSL349.57º85.19%62.94%-
HSV(B)349.57º66.8%94.51%-
XYZ41.8525.5216.91-
YUV131.33114.84206.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=56.18%
G=18.65%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418010800.670.550.05349.5785.1962.94
HexF1506C04337515e553f
Octal361120154010367553612577
Binary1111000110100001101100010000111101111011010111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1506C; }

 p { color: rgb(241,80,108); }

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

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

 a { background-color: rgb(241,80,108); }

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

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

 span { border-color: rgb(241,80,108); }

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