#F1536C

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

Shades of Wild Watermelon #F1536C

Tints of Wild Watermelon #F1536C

Color information

#F1536C (or 0xF1536C) is unknown color: approx Wild Watermelon. HEX triplet: F1, 53 and 6C. RGB value is (241,83,108). Sum of RGB (Red+Green+Blue) = 241+83+108=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1536C is #0EAC93. Grayscale: #858585. Windows color (decimal): -961684 or 7099377. OLE color: 7099377.

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

Color convert

RGB24183108-
CMYK00.660.550.05
HSL350.51º84.95%63.53%-
HSV(B)350.51º65.56%94.51%-
XYZ42.0825.9716.98-
YUV133.09113.85204.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 108 (42.58% from 255) = 25%
R=55.79%
G=19.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418310800.660.550.05350.5184.9563.53
HexF1536C04237515f5540
Octal3611231540102675537125100
Binary11110001101001111011000100001011011110110101111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1536C; }

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

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

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

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

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

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

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

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