#F1555B

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

Shades of Wild Watermelon #F1555B

Tints of Wild Watermelon #F1555B

Color information

#F1555B (or 0xF1555B) is unknown color: approx Wild Watermelon. HEX triplet: F1, 55 and 5B. RGB value is (241,85,91). Sum of RGB (Red+Green+Blue) = 241+85+91=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1555B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1555B is #0EAAA4. Grayscale: #848484. Windows color (decimal): -961189 or 5985777. OLE color: 5985777.

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

Color convert

RGB2418591-
CMYK00.650.620.05
HSL357.69º84.78%63.92%-
HSV(B)357.69º64.73%94.51%-
XYZ41.4125.9512.72-
YUV132.33104.68205.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=57.79%
G=20.38%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241859100.650.620.05357.6984.7863.92
HexF1555B0413E51665540
Octal3611251330101765546125100
Binary11110001101010110110110100000111111010110110011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1555B; }

 p { color: rgb(241,85,91); }

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

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

 a { background-color: rgb(241,85,91); }

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

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

 span { border-color: rgb(241,85,91); }

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