#F45F6A

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

Shades of Wild Watermelon #F45F6A

Tints of Wild Watermelon #F45F6A

Color information

#F45F6A (or 0xF45F6A) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5F and 6A. RGB value is (244,95,106). Sum of RGB (Red+Green+Blue) = 244+95+106=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45F6A is #0BA095. Grayscale: #8C8C8C. Windows color (decimal): -762006 or 6971380. OLE color: 6971380.

HSL color Cylindrical-coordinate representation of color #F45F6A: hue angle of 355.57º 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 #F45F6A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24495106-
CMYK00.610.570.04
HSL355.57º87.13%66.47%-
HSV(B)355.57º61.07%95.69%-
XYZ4428.4616.81-
YUV140.8108.36201.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.83%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=54.83%
G=21.35%
B=23.82%

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
Decimal2449510600.610.570.04355.5787.1366.47
HexF45F6A03D3941645742
Octal364137152075714544127102
Binary1111010010111111101010011110111100110010110010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45F6A; }

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

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

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

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

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

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

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

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