#F45B5D

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

Shades of Wild Watermelon #F45B5D

Tints of Wild Watermelon #F45B5D

Color information

#F45B5D (or 0xF45B5D) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5B and 5D. RGB value is (244,91,93). Sum of RGB (Red+Green+Blue) = 244+91+93=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45B5D is #0BA4A2. Grayscale: #898989. Windows color (decimal): -763043 or 6118388. OLE color: 6118388.

HSL color Cylindrical-coordinate representation of color #F45B5D: hue angle of 359.22º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45B5D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2449193-
CMYK00.630.620.04
HSL359.22º87.43%65.69%-
HSV(B)359.22º62.7%95.69%-
XYZ43.0327.5113.4-
YUV136.98103.19204.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.01%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=57.01%
G=21.26%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244919300.630.620.04359.2287.4365.69
HexF45B5D03F3E41675742
Octal364133135077764547127102
Binary1111010010110111011101011111111111010010110011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45B5D; }

 p { color: rgb(244,91,93); }

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

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

 a { background-color: rgb(244,91,93); }

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

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

 span { border-color: rgb(244,91,93); }

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