#f45f69

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

Shades of Wild Watermelon #F45F69

Tints of Wild Watermelon #F45F69

Color information

#F45F69 (or 0xF45F69) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5F and 69. RGB value is (244,95,105). Sum of RGB (Red+Green+Blue) = 244+95+105=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45F69 is #0BA096. Grayscale: #8C8C8C. Windows color (decimal): -762007 or 6905844. OLE color: 6905844.

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

Color convert

RGB24495105-
CMYK00.610.570.04
HSL355.97º87.13%66.47%-
HSV(B)355.97º61.07%95.69%-
XYZ43.9528.4416.54-
YUV140.69107.86201.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=54.95%
G=21.40%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449510500.610.570.04355.9787.1366.47
HexF45F6903D3941645742
Octal364137151075714544127102
Binary1111010010111111101001011110111100110010110010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45f69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45f69; }

 p { color: rgb(244,95,105); }

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

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

 a { background-color: rgb(244,95,105); }

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

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

 span { border-color: rgb(244,95,105); }

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