#F1545F

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

Shades of Wild Watermelon #F1545F

Tints of Wild Watermelon #F1545F

Color information

#F1545F (or 0xF1545F) is unknown color: approx Wild Watermelon. HEX triplet: F1, 54 and 5F. RGB value is (241,84,95). Sum of RGB (Red+Green+Blue) = 241+84+95=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1545F is #0EABA0. Grayscale: #848484. Windows color (decimal): -961441 or 6247665. OLE color: 6247665.

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

Color convert

RGB2418495-
CMYK00.650.610.05
HSL355.8º84.86%63.73%-
HSV(B)355.8º65.15%94.51%-
XYZ41.5125.8713.63-
YUV132.2107.01205.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=57.38%
G=20%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241849500.650.610.05355.884.8663.73
HexF1545F0413D51645540
Octal3611241370101755544125100
Binary11110001101010010111110100000111110110110110010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1545F; }

 p { color: rgb(241,84,95); }

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

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

 a { background-color: rgb(241,84,95); }

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

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

 span { border-color: rgb(241,84,95); }

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